Skip to content
Browse files

use the testing requirements file from jeremy's work

  • Loading branch information...
1 parent 095eac1 commit e09469b61970694ddefccc5479af7df9d7c116c9 @bear committed Mar 16, 2016
Showing with 12 additions and 11 deletions.
  1. +1 −1 Makefile
  2. +0 −10 requirements-test.txt
  3. +11 −0 requirements.testing.txt
View
2 Makefile
@@ -11,7 +11,7 @@ env:
pip install -r requirements.txt
dev: env
- pip install -r requirements-test.txt
+ pip install -r requirements.testing.txt
info:
python --version
View
10 requirements-test.txt
@@ -1,10 +0,0 @@
-pytest>=2.8.7
-pytest-cov>=2.2.0
-pytest-runner>=2.6.2
-mccabe>=0.3.1
-flake8>=2.5.2
-mock>=1.3.0
-coverage>=4.0.3
-coveralls>=1.1
-codecov>=1.6.3
-check-manifest>=0.30
View
11 requirements.testing.txt
@@ -2,3 +2,14 @@ future
requests
requests_oauthlib
responses
+
+pytest>=2.8.7
+pytest-cov>=2.2.0
+pytest-runner>=2.6.2
+mccabe>=0.3.1
+flake8>=2.5.2
+mock>=1.3.0
+coverage>=4.0.3
+coveralls>=1.1
+codecov>=1.6.3
+check-manifest>=0.30

0 comments on commit e09469b

Please sign in to comment.
Something went wrong with that request. Please try again.