summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-10-19 11:09:50 -0400
committerBrian Coca <bcoca@ansible.com>2015-10-19 11:09:50 -0400
commit210ee75a27e7cbb294c8aa622923be73710bc27d (patch)
tree12b5fa18bc4e8cea5c00d18e3e3cd63f6000bd65
parent1280e2296c35a7752d7048e6424b600c94ec29de (diff)
parent43fe74f0fee7ab68df85fed2e0f2cd83e896d548 (diff)
downloadansible-210ee75a27e7cbb294c8aa622923be73710bc27d.tar.gz
Merge pull request #12820 from mgedmin/py3k
Simplify tox.ini, remove outdated comment
-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