We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5da87 commit 4f16351Copy full SHA for 4f16351
1 file changed
.travis.yml
@@ -1,20 +1,14 @@
1
+sudo: false
2
language: python
3
python:
4
- "2.6"
5
- "2.7"
6
- "3.3"
7
- "3.4"
- - "pypy-3.4.1"
8
-env:
9
- - TOXENV=py26
10
- - TOXENV=py27
11
- - TOXENV=py33
12
- - TOXENV=py34
13
- - TOXENV=pypy
14
-install:
15
- - pip install -r requirements-dev.txt
16
- - pip install -U tox codecov
17
-script:
+ - "pypy-5.3.1"
+install:
+ - pip install -U tox codecov tox-travis
+script:
18
- tox
19
after_success:
20
- codecov
0 commit comments