Updated .travis.yml

This update removes py27 testing and adds py38 testing
This commit is contained in:
Hemna 2020-07-30 10:19:29 -04:00
parent a9db350555
commit 097db7108e
2 changed files with 3 additions and 1 deletions

View File

@ -5,9 +5,9 @@ language: python
cache: pip
python:
- 3.8
- 3.7
- 3.6
- 2.7
# 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

View File

@ -1,6 +1,8 @@
CHANGES
=======
* Update to work with py38
* Rename \_\_version\_\_ to version
* more
* more readthedocs.yml
* try and fix readthedocs.yml