Skip to content

Commit 7206189

Browse files
author
Chris Park
committed
Forgot to include the new tox.ini
1 parent 8243f16 commit 7206189

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/tox.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
skipsdist = True
8+
envlist = py27
9+
10+
[testenv]
11+
commands =
12+
{envpython} {posargs}
13+
deps =
14+
rosette-api

0 commit comments

Comments
 (0)