forked from fusionbox/django-authtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
25 lines (25 loc) · 625 Bytes
/
tox.ini
File metadata and controls
25 lines (25 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tox]
envlist=
py{27,36}-dj111
py{36}-dj21
[testenv]
python=
py27: python2.7
py36: python3.6
commands=
/usr/bin/env
make test
deps=
dj111: Django>=1.11,<1.12
dj21: Django>=2.1,<2.2
setenv=
# tox requires at least one non-conditional setenv entry
# https://github.com/tornadoweb/tornado/blob/v4.3.0/tox.ini#L101-L102
DUMMY=dummy
dj111: DJANGO_VERSION=1.11
dj111: DJANGO_CHECKSUM=b6f3b864944276b4fd1d099952112696558f78b77b39188ac92b6c5e80152c30
dj21: DJANGO_VERSION=2.1.9
dj21: DJANGO_CHECKSUM=5052def4ff0a84bdf669827fdbd7b7cc1ac058f10232be6b21f37c6824f578da
whitelist_externals=
env
make