Updated .travis.yml
This update removes py27 testing and adds py38 testing
This commit is contained in:
parent
a9db350555
commit
097db7108e
@ -5,9 +5,9 @@ language: python
|
|||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
|
- 3.8
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.6
|
- 3.6
|
||||||
- 2.7
|
|
||||||
|
|
||||||
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install: pip install -U tox-travis -r requirements.txt -r test-requirements.txt
|
install: pip install -U tox-travis -r requirements.txt -r test-requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user