Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mailgyc-163 committed Jul 11, 2017
1 parent bd8b7ba commit 92b79f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
language: python
python:
- '3.6'
- '3.5'

#install:
# - pip install tox codecov

script: pytest

#after_success:
# - tox -e coverage-report
# - codecov

0 comments on commit 92b79f8

Please sign in to comment.