We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d499d7 commit 8b04b52Copy full SHA for 8b04b52
.travis.yml
@@ -1,13 +1,15 @@
1
language: python
2
-matrix:
3
- include:
4
- - python: 2.7
5
- env: TOXENV=py27
6
- - python: 3.6
7
- env: TOXENV=py36
8
- - python: pypy
9
- env: TOXENV=pypy
10
-install:
11
- - pip install tox
12
-script:
13
- - tox -e $TOXENV
+
+env:
+ - TOXENV=py27
+ - TOXENV=py33
+ - TOXENV=py34
+ - TOXENV=py35
+ - TOXENV=py36
+install: pip install tox
+script: tox
14
+notifications:
15
+ email: false
0 commit comments