Skip to content

Commit

Permalink
Issue #74: Test Python 3.8 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Feb 29, 2020
1 parent 4ab5e3e commit cb13285
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 @@ -15,6 +15,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then export PYVER=py35; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then export PYVER=py36; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then export PYVER=py37; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.8' ]]; then export PYVER=py38; fi
script: COMMAND='coverage run' tox -e$PYVER
after_success:
- codecov

0 comments on commit cb13285

Please sign in to comment.