Skip to content

Commit

Permalink
fix tox.ini file
Browse files Browse the repository at this point in the history
Tox now uses the development client lib in the local repo instead
if using setup.py to install it into every environment. Also
added deps that points to requiremnts.txt so tox installs the needed
dependencies
  • Loading branch information
denibertovic committed Sep 25, 2013
1 parent 1be689d commit 4c04035
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[tox]
envlist = py26, py27, py32, py33
skipsdist=True
[testenv]
usedevelop=True
commands =
{envpython} setup.py install
{envpython} tests/test.py

deps = -r{toxinidir}/requirements.txt

0 comments on commit 4c04035

Please sign in to comment.