Skip to content

Commit

Permalink
Add requirements-development.txt
Browse files Browse the repository at this point in the history
This makes it easy to install all development-related packages without
having to specify them manually in multiple places.
  • Loading branch information
zoni committed Jul 20, 2014
1 parent 7b0f6c1 commit cb8fce0
Show file tree
Hide file tree
Showing 2 changed files with 5 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 PyOpenSSL pep8
- pip install --requirement requirements-development.txt PyOpenSSL
- pip freeze

script: python run_tests.py
Expand Down
4 changes: 4 additions & 0 deletions requirements-development.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--requirement requirements.txt
mock
nose
pep8

0 comments on commit cb8fce0

Please sign in to comment.