mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-11 17:13:16 +00:00
Setup tox (#16)
This commit is contained in:
parent
32dd6ca22f
commit
382a026511
1 changed files with 14 additions and 0 deletions
14
tox.ini
Normal file
14
tox.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py27-django{111},
|
||||
py35-django{111,20,tip},
|
||||
py36-django{111,20,tip},
|
||||
py37-django{111,20,tip},
|
||||
|
||||
commands = ./runtests
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
django111: Django >=1.11, <2.0
|
||||
django20: Django >= 2.0, <2.1
|
||||
djangotip: https://github.com/django/django/archive/master.tar.gz
|
||||
Loading…
Reference in a new issue