Skip to content

Commit 305767d

Browse files
committed
bring back tox.ini
1 parent ea9d1ae commit 305767d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tox.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 = py{27,py,35,36,37}-{json,msgpack}
8+
9+
[testenv]
10+
deps =
11+
-r{toxinidir}/requirements-base.txt
12+
-r{toxinidir}/requirements-test.txt
13+
msgpack: -r{toxinidir}/requirements.txt
14+
pypy-msgpack: -r{toxinidir}/requirements-pypy.txt
15+
commands = py.test --cov=scrapinghub --cov-report=

0 commit comments

Comments
 (0)