summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-04-19 09:26:50 -0400
committerJohn Szakmeister <john@szakmeister.net>2014-04-19 09:26:50 -0400
commit95cf77216e16316546fd079bc193e581c4140cf3 (patch)
treed6fba81e05504de74885ac6d3d31881830e3bc83
parent2fd2a87149588a03e8b034506fa85b4b3f60770d (diff)
downloadnose-95cf77216e16316546fd079bc193e581c4140cf3.tar.gz
Whitelist rm and make in the tox configuration.
This prevents warnings about them not being in the virtual environment.
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ab24543..76214d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,8 @@
[tox]
envlist=py34,py33,py32,py31,py27,py26,jython,docs
+whitelist_externals=
+ rm
+ make
[testenv]
deps= coverage >=3.3