Test with Django 2.1 and Python 3.7 (#176)

* Test with Django 2.1 and Python 3.7
* Fix lint errors
* Remove setuptools-scm hack
* Factor out coverage script
* Cache .tox in travis
* Update README & docs
This commit is contained in:
Cristi Vîjdea
2018-08-06 12:24:56 +03:00
committed by GitHub
parent 904895ba3c
commit 16b6ed7fd6
17 changed files with 82 additions and 107 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
# requirements for local development to be installed via pip install -r requirements/dev.txt
# requirements for local development to be installed via pip install -U -r requirements/dev.txt
-r tox.txt
-r test.txt
-r lint.txt
tox-battery>=0.5
+1 -1
View File
@@ -4,5 +4,5 @@ sphinx_rtd_theme>=0.2.4
Pillow>=4.3.0
readme_renderer>=17.2
Django>=2.0,<2.1
Django>=2.0
djangorestframework_camel_case>=0.2.0
+1 -2
View File
@@ -1,4 +1,3 @@
# needed to build the package setup_requires in setup.py
# do not unpin this (see setup.py)
setuptools_scm==1.15.6
setuptools-scm>=3.0.6
+1 -1
View File
@@ -1,5 +1,5 @@
# requirements for running the tests via pytest
pytest>=2.9
pytest>=2.9,<3.7 # <3.7 because of incompatible pluggy requirement
pytest-pythonpath>=0.7.1
pytest-cov>=2.5.1
pytest-xdist>=1.22.0
+2 -2
View File
@@ -1,5 +1,5 @@
# requirements for building and running tox
tox>=2.9.1,<3.0.0
detox>=0.11
tox>=3.1.2
tox-battery>=0.5
-r setup.txt