Skip to content

Commit

Permalink
TST: Disable PyPy tests on Travis-CI, because Pandas isn't supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 11, 2018
1 parent 1bab75c commit a6783d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ matrix:
- python: "3.4"
- python: "3.5"
- python: "nightly"
- python: "pypy3"
# Pandas only works in PyPy >= 5.9, which isn't yet available on Travis-CI
#- python: "pypy3"

addons:
apt:
Expand Down

0 comments on commit a6783d7

Please sign in to comment.