Skip to content

Commit

Permalink
added py37 in travis
Browse files Browse the repository at this point in the history
darthbear committed Sep 20, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bfed8dd commit a2df81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
before_install: pip install --upgrade setuptools
install: pip install tox tox-travis coveralls
before_script: if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi

0 comments on commit a2df81d

Please sign in to comment.