Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
update test matrix: drop Django 2.0, add 2.{1,2}
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Jul 7, 2019
1 parent 8bcdd77 commit 655826d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ directory:
To run tests with tox, setup a virtualenv and install tox with
``pip install tox`` then run ``tox`` in the project directory. To only run
tests for a certain environment run e.g. ``tox -e py35-django110``.
tests for a certain environment run e.g. ``tox -e py37-django202``.


License
Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[tox]
envlist = py{27,34,35,36}-django{111,200}
envlist = py{34,35,36,37}-django{111,201,202}

[testenv]
deps =
django111: Django>=1.11,<1.12
django200: Django>=2.0,<2.1
django201: Django>=2.1,<2.2
django202: Django>=2.2,<2.3
mock==1.3.0
coveralls
django-storages
Expand All @@ -13,6 +15,7 @@ commands =
coverage run --source=collectfast {toxinidir}/runtests.py
- coveralls
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY

[testenv:flake8]
basepython = python
deps =
Expand Down

0 comments on commit 655826d

Please sign in to comment.