Skip to content

Commit e2a12b4

Browse files
committed
BF(TEMP): Disabled pypy for now -- gets stuck
1 parent 9a65401 commit e2a12b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ python:
99
- "3.3"
1010
- "3.4"
1111
- "3.5"
12-
- "pypy"
13-
- "pypy3"
12+
# Disabled for now since cause more pain than gain
13+
# - "pypy"
14+
# - "pypy3"
1415

1516
cache:
1617
- pip

0 commit comments

Comments
 (0)