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 language: python
python: python:
- 2.7 - 2.7
- 3.4
- 3.5
- 3.6 - 3.6
- 3.7
matrix: matrix:
include: include:
- python: 2.7 - python: 3.7
env: TOXENV=docs env: TOXENV=docs
install: install:
- pip install tox-travis - pip install tox-travis
- pip install sphinx - pip install sphinx
script: script:
- tox - tox
branches: branches:
only: only:
- master - master