Skip to content

Commit a6783d7

Browse files
committed
TST: Disable PyPy tests on Travis-CI, because Pandas isn't supported yet
1 parent 1bab75c commit a6783d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ matrix:
1717
- python: "3.4"
1818
- python: "3.5"
1919
- python: "nightly"
20-
- python: "pypy3"
20+
# Pandas only works in PyPy >= 5.9, which isn't yet available on Travis-CI
21+
#- python: "pypy3"
2122

2223
addons:
2324
apt:

0 commit comments

Comments
 (0)