We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea687f commit 77547e9Copy full SHA for 77547e9
.travis.yml
@@ -13,8 +13,7 @@ matrix:
13
before_install:
14
- pip install -U pip setuptools
15
install:
16
- - pip install -r requirements.txt
17
- - pip install coveralls flake8 sphinx
+ - pip install -r requirements-dev.txt
18
script:
19
- nosetests --with-coverage --cover-package=pssh
20
- flake8 pssh
requirements-dev.txt
@@ -0,0 +1,6 @@
1
+coveralls
2
+flake8
3
+sphinx
4
+sphinx_rtd_theme
5
+nose
6
+-e .
0 commit comments