Add py3-django111 testing combination

Tests are also now run in parallel using detox and pytest-xdist.
This commit is contained in:
Cristi Vîjdea
2018-01-12 03:35:36 +01:00
committed by GitHub
parent 59a51ba4a7
commit 757d47e1c0
6 changed files with 25 additions and 15 deletions
-1
View File
@@ -4,4 +4,3 @@
-r lint.txt
tox-battery>=0.5
detox>=0.11
+1
View File
@@ -2,6 +2,7 @@
pytest>=2.9
pytest-pythonpath>=0.7.1
pytest-cov>=2.5.1
pytest-xdist>=1.22.0
# latest pip version of pytest-django is more than a year old and does not support Django 2.0
git+https://github.com/pytest-dev/pytest-django.git@94cccb956435dd7a719606744ee7608397e1eafb
datadiff==2.0.0
+1
View File
@@ -1,4 +1,5 @@
# requirements for building and running tox
tox>=2.9.1
detox>=0.11
-r setup.txt