mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Exclude Guardian testing against Django master
This commit is contained in:
parent
2aa33ed544
commit
524a28c6f8
22
tox.ini
22
tox.ini
|
@ -39,3 +39,25 @@ commands = mkdocs build
|
|||
deps =
|
||||
-rrequirements/requirements-testing.txt
|
||||
-rrequirements/requirements-documentation.txt
|
||||
|
||||
# Specify explicitly to exclude Django Guardian against Django master (various Pythons)
|
||||
[testenv:py27-djangomaster]
|
||||
deps =
|
||||
https://github.com/django/django/archive/master.tar.gz
|
||||
-rrequirements/requirements-testing.txt
|
||||
markdown==2.5.2
|
||||
django-filter==0.10.0
|
||||
[testenv:py34-djangomaster]
|
||||
deps =
|
||||
https://github.com/django/django/archive/master.tar.gz
|
||||
-rrequirements/requirements-testing.txt
|
||||
markdown==2.5.2
|
||||
django-filter==0.10.0
|
||||
|
||||
[testenv:py35-djangomaster]
|
||||
deps =
|
||||
https://github.com/django/django/archive/master.tar.gz
|
||||
-rrequirements/requirements-testing.txt
|
||||
markdown==2.5.2
|
||||
django-filter==0.10.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user