summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-05-19 23:51:50 +0200
committerSebastian Thiel <byronimo@gmail.com>2014-05-19 23:51:50 +0200
commitf0680101739da3435bbae0139765bb5ce65bcb92 (patch)
treeefedff713e6735dd1082c32c794118a4f620f355 /tox.ini
parent8a60e9ed4724aafd9d0e51012599ea5d1672cabc (diff)
downloadsmmap-f0680101739da3435bbae0139765bb5ce65bcb92.tar.gz
Added coverage reporting.
In the process, I removed tox as it made things so much more complex for me.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 0 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 80190d0..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,11 +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 = py26, py27, py33, py34
-
-[testenv]
-commands = nosetests
-deps = nose