Skip to content

Commit

Permalink
Update tox config to use newer nose.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Sep 2, 2015
1 parent f44115b commit 704ac89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
flake8==2.1.0
pylint==1.2.1
coverage>=3.7.1
nose>=1.3.1
nose>=1.3.6
mock>=1.1.2
funcsigs>=0.4
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
envlist = py27

[testenv]
sitepackages=False
commands = nosetests tests
flake8
deps = -r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 704ac89

Please sign in to comment.