Skip to content

Commit 4a569bd

Browse files
committed
Try to fix travis
1 parent cb98e1e commit 4a569bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: python
2+
before_install:
3+
- sudo apt-get update -q
4+
- sudo apt-get install pypy -y
25
install:
36
- python setup.py develop
47
- pip install tox
@@ -7,7 +10,6 @@ notifications:
710
email: false
811
env:
912
- TOXENV=py27
10-
- TOXENV=py33
1113
- TOXENV=py34
1214
- TOXENV=nightly
1315
- TOXENV=pypy

0 commit comments

Comments
 (0)