Skip to content

Commit

Permalink
Add Python 3.8 to Travis CI (#738)
Browse files Browse the repository at this point in the history
* Add Python 3.8 to Travis CI
  • Loading branch information
artemrys committed Mar 26, 2020
1 parent de62b00 commit c1d5837
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,7 @@ matrix:
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
- python: "3.8"
- python: "nightly"
install: "pip install -r test-requirements.txt"
script: nosetests -vv tests/test.py

0 comments on commit c1d5837

Please sign in to comment.