Skip to content

Commit f523a11

Browse files
committed
Merge pull request #11 from Byron/reintroduce_tox
Add back tox.ini for tox
2 parents 707885b + 23b79ea commit f523a11

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

tox.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)