summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2015-10-19 09:43:27 +0300
committerMarius Gedminas <marius@gedmin.as>2015-10-19 09:43:27 +0300
commit43fe74f0fee7ab68df85fed2e0f2cd83e896d548 (patch)
tree12b5fa18bc4e8cea5c00d18e3e3cd63f6000bd65 /tox.ini
parent1280e2296c35a7752d7048e6424b600c94ec29de (diff)
downloadansible-43fe74f0fee7ab68df85fed2e0f2cd83e896d548.tar.gz
Simplify tox.ini, remove outdated comment
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 53d8dd5e46..4a98cf2bd5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,5 +9,4 @@ commands =
py26: python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' lib test contrib
py27: python -m compileall -fq -x 'test|samples' lib test contrib
py{34,35}: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib
- # Unittests need lots of work to make code python3 compatible
- py{26,27,34,35}: make tests
+ make tests