Skip to content

Commit

Permalink
Alow pypy builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBiggerGuy committed May 11, 2018
1 parent 88c9c35 commit b5b08d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix:
env: TOXENV=pypy

allow_failures:
- python: "pypy2.7"
- python: "pypy-5.4.1"
- os: "osx"

cache:
Expand Down
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
else
# Install custom requirements on Linux
pip install tox-travis
fi
fi

0 comments on commit b5b08d6

Please sign in to comment.