Skip to content

Commit

Permalink
Try to stabilize Travis CI PyPy job
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 19, 2020
1 parent 36826ee commit 357253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- sudo apt-get install --yes fakeroot openssh-server
install:
- pip install --requirement=requirements-travis.txt
- LC_ALL=C pip install .
- LC_ALL=C CRYPTOGRAPHY_ALLOW_OPENSSL_102=true pip install .
script:
- make check
- make test
Expand Down

0 comments on commit 357253c

Please sign in to comment.