Skip to content

Commit

Permalink
Try to install django pre release with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Etienne committed Mar 17, 2015
1 parent 81c52cb commit 05e708b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = {py27,py33,py34}-django{16,17}
pip_pre=True

# do not install the app into virtualenv (makes it faster to run)
skipsdist = True
Expand All @@ -9,7 +10,7 @@ deps =
-rrequirements.txt
django16: Django>=1.6,<1.7
django17: Django>=1.7,<1.8
djangopre: '--upgrade --pre django'
djangopre: Django

commands =
coverage run ./user_management/tests/run.py
Expand Down

0 comments on commit 05e708b

Please sign in to comment.