Revision 6381a838cff2562c5a239ccce8e2295c421f9bf8 authored by Artem Artemev on 26 September 2017, 18:58:35 UTC, committed by Artem Artemev on 26 September 2017, 18:58:35 UTC
1 parent 2d7f140
Raw File
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top