Skip to content

Commit

Permalink
Make travis install PyOpenSSL before running tests
Browse files Browse the repository at this point in the history
It is needed to test the `!generate certificate` command.
  • Loading branch information
Nick Groenen committed Sep 5, 2013
1 parent 64408f8 commit 52764dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_script:

install:
- python setup.py install
- pip install PyOpenSSL
- pip freeze

script: python run_tests.py

0 comments on commit 52764dc

Please sign in to comment.