summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini27
1 files changed, 0 insertions, 27 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index c368ee7..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,27 +0,0 @@
-[tox]
-envlist = packaging, pep8, py3pep8, py27, py33, py34, pypy
-
-[testenv]
-deps =
- coverage
- pytest
-commands =
- coverage run --source unpaddedbase64 -m pytest
- coverage report -m --fail-under 100
-
-[testenv:packaging]
-deps =
- check-manifest
-commands = check-manifest
-
-[testenv:pep8]
-basepython = python2.7
-deps =
- flake8
-commands = flake8 .
-
-[testenv:py3pep8]
-basepython = python3.4
-deps =
- flake8
-commands = flake8 .