Skip to content

Commit

Permalink
Fix previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Jun 8, 2013
1 parent 7761cc3 commit f53e91e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ envlist = py27,docs
[testenv]
downloadcache = {toxworkdir}/download-cache
deps =
-r{toxinidir}/etc/deps-all.txt
#-r{toxinidir}/etc/deps-frozen.txt
#-r{toxinidir}/etc/deps-devel.txt
-r{toxinidir}/etc/deps-frozen.txt
-r{toxinidir}/etc/deps-devel.txt

commands =
find . -name "*.pyc" -delete
Expand Down

0 comments on commit f53e91e

Please sign in to comment.