Skip to content

Commit

Permalink
Disable pypy build on travis.
Browse files Browse the repository at this point in the history
Seems to have grown unstable lately due to no fault of planemo (dependency download problems before planemo install even happens).
  • Loading branch information
jmchilton committed Feb 22, 2015
1 parent f3c374a commit 9d6982f
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 @@ -6,7 +6,8 @@ python:
# - "3.4"
- "2.7"
- "2.6"
- "pypy"
# pypy option seems very unreliable lately, lots of errors downloading dependencies.
# - "pypy"

install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
Expand Down

0 comments on commit 9d6982f

Please sign in to comment.