Split out dev-requiremens.txt

This commit is contained in:
NateScarlet 2019-03-13 00:03:18 +08:00
parent 33a4be8699
commit 81019cbc87
No known key found for this signature in database
GPG Key ID: 5C242793B070309C
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ before_install:
- eval "$(gimme stable)" - eval "$(gimme stable)"
install: install:
- go get github.com/github/hub && hub --version - 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 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter - chmod +x ./cc-test-reporter
cache: cache:

2
dev-requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pytest ~= 4.3.0
coverage ~= 4.5.3

View File

@ -1,5 +1,3 @@
requests ~= 2.21.0 requests ~= 2.21.0
beautifulsoup4 ~= 4.7.1 beautifulsoup4 ~= 4.7.1
tqdm ~= 4.30.0 tqdm ~= 4.30.0
pytest ~= 4.3.0
coverage ~= 4.5.3