Split out dev-requiremens.txt
This commit is contained in:
parent
33a4be8699
commit
81019cbc87
|
|
@ -5,7 +5,7 @@ before_install:
|
|||
- eval "$(gimme stable)"
|
||||
install:
|
||||
- go get github.com/github/hub && hub --version
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements.txt -r dev-requirements.txt
|
||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
- chmod +x ./cc-test-reporter
|
||||
cache:
|
||||
|
|
|
|||
2
dev-requirements.txt
Normal file
2
dev-requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pytest ~= 4.3.0
|
||||
coverage ~= 4.5.3
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
requests ~= 2.21.0
|
||||
beautifulsoup4 ~= 4.7.1
|
||||
tqdm ~= 4.30.0
|
||||
pytest ~= 4.3.0
|
||||
coverage ~= 4.5.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user