Skip to content

Commit f6561bf

Browse files
committed
Allow tox to be run without any arguments for all tests
1 parent 06da83b commit f6561bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[tox]
22
envlist =
3-
{py27,pypy,py34}-django{18,19}
4-
py35-django19
5-
docs
3+
{py27,pypy,py34}-django{18,19},py35-django19,docs
64

75
[testenv]
86
basepython =

0 commit comments

Comments
 (0)