Skip to content

Commit

Permalink
yourlabs#234: Added tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 28, 2014
1 parent 7354335 commit 9a89557
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[tox]
envlist = py27, py33

[testenv]
commands = python test_project/manage.py test autocomplete_light
whitelist_externals = test_project
install_command = pip install --allow-all-external --allow-unverified progressbar --allow-insecure progressbar -U {opts} {packages}
deps =
django
-rtest_project/test_requirements.txt
setenv =
PIP_ALLOW_EXTERNAL=true

0 comments on commit 9a89557

Please sign in to comment.