Revision eb0c98c7b15c839a42d929d884c2986d734a9ba5 authored by Artem Artemev on 25 September 2017, 16:30:57 UTC, committed by Artem Artemev on 25 September 2017, 16:30:57 UTC
1 parent baf110d
Raw File
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top