Skip to content

Commit 4f16351

Browse files
author
Gasper Zejn
committed
Fix Travis?
1 parent ad5da87 commit 4f16351

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.travis.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1+
sudo: false
12
language: python
23
python:
34
- "2.6"
45
- "2.7"
56
- "3.3"
67
- "3.4"
7-
- "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:
8+
- "pypy-5.3.1"
9+
install:
10+
- pip install -U tox codecov tox-travis
11+
script:
1812
- tox
1913
after_success:
2014
- codecov

0 commit comments

Comments
 (0)