Skip to content

Commit

Permalink
don't install pyOpenSSL for Travis tests (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Dec 7, 2019
1 parent c8e99e3 commit 5eb89b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ branches:
- master
- /^v\d+\.\d+\.\d+(-\S*)?$/
- /^test(-\w+)+$/

install:
- pip install -r requirements.txt pyOpenSSL
script:
- ./scripts/run_tests.sh

0 comments on commit 5eb89b2

Please sign in to comment.