Skip to content

Commit

Permalink
Test dev versions of boto and Django
Browse files Browse the repository at this point in the history
  • Loading branch information
richleland committed Mar 26, 2013
1 parent ebff0a7 commit bf9061c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = django11,django12,django13,django14
envlist = dev,django11,django12,django13,django14

[base]
deps =
Expand All @@ -10,6 +10,12 @@ deps =
[testenv]
commands=python setup.py test

[testenv:dev]
deps=
mock==1.0.1
-egit://github.com/boto/boto.git@develop#egg=boto
-egit://github.com/django/django.git#egg=django

[testenv:django11]
deps=
django==1.1.4
Expand Down

0 comments on commit bf9061c

Please sign in to comment.