Eliminate repetition in the testing requirements files.
This commit is contained in:
6
requirements/testing-base.txt
Normal file
6
requirements/testing-base.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
codecov==1.4.1
|
||||||
|
coverage==3.7.1
|
||||||
|
coveralls==0.5
|
||||||
|
django-test-without-migrations==0.2
|
||||||
|
tox==2.1.1
|
||||||
|
|
||||||
@@ -1,6 +1,3 @@
|
|||||||
# requirements/testing.txt
|
|
||||||
-r base.txt
|
-r base.txt
|
||||||
codecov==1.4.1
|
-r testing-base.txt
|
||||||
coverage==3.7.1
|
|
||||||
coveralls==0.5
|
|
||||||
django-test-without-migrations==0.2
|
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
# requirements/testing.txt
|
|
||||||
-r common.txt
|
-r common.txt
|
||||||
codecov==1.4.1
|
-r testing-base.txt
|
||||||
coverage==3.7.1
|
|
||||||
coveralls==0.5
|
|
||||||
django-test-without-migrations==0.2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user