-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test matrix: Add Django 2.0, drop 1.8 (#5457)
* Add Django 2.0 to tox/travis. Updated requirements * Drop Django 1.8 & 1.9
- Loading branch information
Carlton Gibson
authored
Sep 27, 2017
1 parent
b1c6ea1
commit 2969040
Showing
7 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# PEP8 code linting, which we run on all commits. | ||
flake8==2.4.0 | ||
flake8==3.4.1 | ||
flake8-tidy-imports==1.1.0 | ||
pep8==1.5.7 | ||
pep8==1.7.0 | ||
|
||
# Sort and lint imports | ||
isort==4.2.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# MkDocs to build our documentation. | ||
mkdocs==0.16.2 | ||
mkdocs==0.16.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Optional packages which may be used with REST framework. | ||
pytz==2017.2 | ||
markdown==2.6.4 | ||
django-guardian==1.4.8 | ||
django-guardian==1.4.9 | ||
django-filter==1.0.4 | ||
coreapi==2.2.4 | ||
coreapi==2.3.1 | ||
coreschema==0.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# PyTest for running the tests. | ||
pytest==3.0.5 | ||
pytest==3.2.2 | ||
pytest-django==3.1.2 | ||
pytest-cov==2.4.0 | ||
pytest-cov==2.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters