Skip to content

Commit

Permalink
added python 3.7 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Feb 15, 2019
1 parent 715c7b5 commit 926b520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = flake8, py27, py34, py35, py36, py37
envlist = flake8, py{27,34,35,36,37}

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 926b520

Please sign in to comment.