Skip to content

Commit

Permalink
Move PyOpenSSL requirement to requirements-development.txt
Browse files Browse the repository at this point in the history
It's needed for the webhooks tests so it's a general dependency needed
for development, not exclusive to Travis CI alone.
  • Loading branch information
zoni committed Jul 24, 2014
1 parent 6e2ba9a commit 5a92f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:

install:
- python setup.py install
- pip install --requirement requirements-development.txt PyOpenSSL
- pip install --requirement requirements-development.txt
- pip freeze

script: python run_tests.py
1 change: 1 addition & 0 deletions requirements-development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mock
nose
pep8
pytest
PyOpenSSL

0 comments on commit 5a92f66

Please sign in to comment.