Skip to content

Commit

Permalink
Added dev requirements file. Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Mar 28, 2017
1 parent cea687f commit 77547e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ matrix:
before_install:
- pip install -U pip setuptools
install:
- pip install -r requirements.txt
- pip install coveralls flake8 sphinx
- pip install -r requirements-dev.txt
script:
- nosetests --with-coverage --cover-package=pssh
- flake8 pssh
Expand Down
6 changes: 6 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coveralls
flake8
sphinx
sphinx_rtd_theme
nose
-e .

0 comments on commit 77547e9

Please sign in to comment.