Skip to content

Commit

Permalink
Travis: install cryptography < 1.0 for PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Oct 22, 2015
1 parent 0efea7e commit ac11879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ install:
- npm install
- gem install scss-lint
- bower install --force-latest
# See: https://github.com/travis-ci/travis-ci/issues/4756
- if [[ "$TRAVIS_PYTHON_VERSION" = "pypy"]; then pip wheel --find-links wheelhouse 'cryptography<1.0'; fi
- pip wheel --find-links wheelhouse -r requirements/dev.txt libsass
- pip install --find-links wheelhouse -r requirements/dev.txt libsass
script: ./run_tests.sh

0 comments on commit ac11879

Please sign in to comment.