Skip to content

Commit 4f2a88f

Browse files
committed
Use tox for testing
1 parent 6af29d9 commit 4f2a88f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

python/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 = py27, py33, pypy, jython
8+
envlist = py27
9+
10+
[testenv]
11+
commands = nosetests referer_parser.test
12+
deps =
13+
nose

0 commit comments

Comments
 (0)