Thanks to visit codestin.com Credit goes to github.com
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 0670a1c commit 9ce1450Copy full SHA for 9ce1450
.travis.yml
@@ -38,7 +38,7 @@ before_install:
38
- /tmp/nomad agent -dev -bind ${NOMAD_IP} -node pynomad1 ${ACL_ENABLED} > /dev/null 2>&1 &
39
- sleep 30
40
install:
41
-- pip install -r requirements-dev.txt
+- pip install -r requirements.txt -r requirements-dev.txt
42
- pip install codecov
43
before_script:
44
- /tmp/nomad init
requirements-dev.txt
@@ -1,7 +1,6 @@
1
coverage==4.1
2
pytest==2.9.1
3
pytest-cov==2.2.1
4
-requests==2.10.0
5
mkdocs==0.15.3
6
mock==1.2.0
7
responses==0.9.0
0 commit comments