Skip to content

Commit f4cefa2

Browse files
committed
Cleaned up tox envs. Refs #1.
1 parent ff01f79 commit f4cefa2

File tree

1 file changed

+3
-5
lines changed
  • {{ cookiecutter.repo_name }}

1 file changed

+3
-5
lines changed

{{ cookiecutter.repo_name }}/tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
[tox]
22
envlist =
33
py27-flake8,
4-
{py27,py32,py33,py34}-django{15,16},
5-
{py27,py32,py33,py34}-django{17,master}
4+
{py27,py33,py34}-django{1.6,1.7,master}-drf{2.4.3,2.4.4,3.0}
65

76
[testenv]
87
commands = ./runtests.py --fast
98
setenv =
109
PYTHONDONTWRITEBYTECODE=1
1110
deps =
12-
django15: django==1.5.6
13-
django16: Django==1.6.3
14-
django17: Django==1.7
11+
django1.6: Django==1.6.3
12+
django1.7: Django==1.7
1513
djangomaster: https://github.com/django/django/zipball/master
1614
drf2.4.3: djangorestframework==2.4.3
1715
drf2.4.4: djangorestframework==2.4.4

0 commit comments

Comments
 (0)