Skip to content

Commit b3b9a6b

Browse files
committed
travis: try to resolve pypi deployment
1 parent 62aecb1 commit b3b9a6b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ deploy:
2525

2626
script:
2727
- python setup.py install
28+
- python test-ci.py || { pip install pyOpenSSL && python test-ci.py; }
2829
- ./doc/update-gh-pages.sh

test-ci.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python
2+
3+
import OpenSSL.SSL
4+
5+
print("openssl imported ok")

0 commit comments

Comments
 (0)