summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 309d58d..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,17 +0,0 @@
-# Tox (http://tox.testrun.org/) is a tool for running tests
-# in multiple virtualenvs. This configuration file will run the
-# test suite on all supported python versions. To use it, "pip install tox"
-# and then run "tox" from this directory.
-
-[tox]
-envlist = py27, pypy, py33, py34, py35, py36
-
-[testenv]
-commands =
- py.test
-deps =
- .[tool,signatures]
- jsonschema
- pytest
- pytest-cov
- setuptools>3.0