Alter travis python versions

This commit is contained in:
Anthony Johnson 2020-05-02 15:01:11 -06:00
parent 8534484967
commit 1dd3cd0988
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0

View File

@ -1,19 +1,18 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
matrix:
include:
- python: 2.7
- python: 3.7
env: TOXENV=docs
install:
- pip install tox-travis
- pip install sphinx
script:
- tox
branches:
only:
- master