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 aecb9f9 commit 245cb40Copy full SHA for 245cb40
.travis.yml
@@ -20,6 +20,8 @@ script:
20
- nosetests --with-coverage --cover-package=pssh
21
- flake8 pssh
22
- cd doc; make html
23
+before_deploy:
24
+ - cd $TRAVIS_BUILD_DIR
25
after_success:
26
- coveralls
27
deploy:
0 commit comments