diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 6c9bfc45..00000000 --- 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 = py35, py36 - -[testenv] -commands = py.test compliance_checker/tests/ -deps = - pytest - numpy - netCDF4 - sh - -e. - httpretty