Skip to content

Commit 77547e9

Browse files
author
Dan
committed
Added dev requirements file. Updated travis config
1 parent cea687f commit 77547e9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ matrix:
1313
before_install:
1414
- pip install -U pip setuptools
1515
install:
16-
- pip install -r requirements.txt
17-
- pip install coveralls flake8 sphinx
16+
- pip install -r requirements-dev.txt
1817
script:
1918
- nosetests --with-coverage --cover-package=pssh
2019
- flake8 pssh

requirements-dev.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coveralls
2+
flake8
3+
sphinx
4+
sphinx_rtd_theme
5+
nose
6+
-e .

0 commit comments

Comments
 (0)