There was an error while loading. Please reload this page.
2 parents 707885b + 23b79ea commit f523a11Copy full SHA for f523a11
1 file changed
tox.ini
@@ -0,0 +1,13 @@
1
+# Tox (http://tox.testrun.org/) is a tool for running tests
2
+# in multiple virtualenvs. This configuration file will run the
3
+# test suite on all supported python versions. To use it, "pip install tox"
4
+# and then run "tox" from this directory.
5
+
6
+[tox]
7
+envlist = py26, py27, py33, py34
8
9
+[testenv]
10
+commands = nosetests {posargs:--with-coverage --cover-package=smmap}
11
+deps =
12
+ nose
13
+ nosexcover
0 commit comments