summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>2019-11-08 14:48:46 +0100
committerPhilippe Pepiot <philippe.pepiot@logilab.fr>2019-11-08 14:48:46 +0100
commitc29169b8a26cec7d0631bcb9450718283c2f6ef1 (patch)
treef425cdb66ad39f4def551f22a7d450cf1781ccbb
parent8dfe1dcd1f45d4115b9a5726a2a1517f74191294 (diff)
downloadlogilab-common-c29169b8a26cec7d0631bcb9450718283c2f6ef1.tar.gz
tox: drop py2 tests
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 6d6de3d..a68b222 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,9 @@
[tox]
-envlist=py27,py3
+envlist=py3
[testenv]
deps =
pytz
- py27: egenix-mx-base
commands=
logilab-pytest -t test {posargs}