Skip to content

Commit

Permalink
added python 3.8 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Sep 24, 2020
1 parent a764fca commit 3f635be
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
Expand Up @@ -6,6 +6,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8
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

0 comments on commit 3f635be

Please sign in to comment.