We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dc38b1 + dfa0968 commit c122718Copy full SHA for c122718
tox.ini
@@ -0,0 +1,13 @@
1
+# Tox (https://tox.readthedocs.io/) 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, py34, py35, py36
8
9
+[testenv]
10
+deps = pytest
11
+commands =
12
+ pip install -e .[dev]
13
+ pytest
0 commit comments