Skip to content

Commit

Permalink
Remove pypy from travis pending fix for #651.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Dec 23, 2016
1 parent 933d11c commit ef038c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
Expand Down

0 comments on commit ef038c8

Please sign in to comment.