We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa3d16 commit 41e6cbdCopy full SHA for 41e6cbd
1 file changed
.travis.yml
@@ -1,19 +1,14 @@
1
language: python
2
+python:
3
+ - 2.7
4
+ - 3.3
5
+ - 3.4
6
+ - 3.5
7
sudo: false
8
install:
9
- pip install tox==2.1.1 coveralls
-env:
- - TOX_ENV=py27
- - TOX_ENV=py33
- - TOX_ENV=py34
- - TOX_ENV=flake8
10
- - TOX_ENV=pydocstyle
11
script:
12
- - tox -e $TOX_ENV
+ - tox -e py${TRAVIS_PYTHON_VERSION//./},flake8,pydocstyle
13
- coveralls
14
matrix:
15
fast_finish: true
16
- include:
17
- - python: 3.5
18
- env:
19
- - TOX_ENV=py35
0 commit comments