Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ce1450

Browse files
authored
Update requests (jrxFive#80)
* update requirements-dev.txt by removing requests, update travis.yml to install both requirements and requirements-dev
1 parent 0670a1c commit 9ce1450

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_install:
3838
- /tmp/nomad agent -dev -bind ${NOMAD_IP} -node pynomad1 ${ACL_ENABLED} > /dev/null 2>&1 &
3939
- sleep 30
4040
install:
41-
- pip install -r requirements-dev.txt
41+
- pip install -r requirements.txt -r requirements-dev.txt
4242
- pip install codecov
4343
before_script:
4444
- /tmp/nomad init

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
coverage==4.1
22
pytest==2.9.1
33
pytest-cov==2.2.1
4-
requests==2.10.0
54
mkdocs==0.15.3
65
mock==1.2.0
76
responses==0.9.0

0 commit comments

Comments
 (0)