Skip to content

Commit 28ef97b

Browse files
committed
Update travis.yml
1 parent 294ce5c commit 28ef97b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.travis.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
language: python
2-
python: 3.5
3-
env:
4-
matrix:
5-
- TOXENV=py26
6-
- TOXENV=py27
7-
- TOXENV=py33
8-
- TOXENV=py34
9-
- TOXENV=py35
10-
- TOXENV=coverage
2+
python:
3+
- 2.7
4+
- 3.4
5+
- 3.5
6+
- 3.6
117
cache:
128
directories:
139
- $HOME/.cache/pip
14-
install: pip install docutils tox
15-
script: tox
10+
install: pip install docutils tox tox-travis
11+
script:
12+
- tox
13+
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then tox coverage; fi

0 commit comments

Comments
 (0)