X Tutup
Skip to content

Commit e09469b

Browse files
committed
use the testing requirements file from jeremy's work
1 parent 095eac1 commit e09469b

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
pip install -r requirements.txt
1212

1313
dev: env
14-
pip install -r requirements-test.txt
14+
pip install -r requirements.testing.txt
1515

1616
info:
1717
python --version

requirements-test.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

requirements.testing.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@ future
22
requests
33
requests_oauthlib
44
responses
5+
6+
pytest>=2.8.7
7+
pytest-cov>=2.2.0
8+
pytest-runner>=2.6.2
9+
mccabe>=0.3.1
10+
flake8>=2.5.2
11+
mock>=1.3.0
12+
coverage>=4.0.3
13+
coveralls>=1.1
14+
codecov>=1.6.3
15+
check-manifest>=0.30

0 commit comments

Comments
 (0)
X Tutup