aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index efdc361..b4e2212 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,6 @@ basepython =
[testenv:py27]
commands =
- pip install 'apache-ariatosca==0.1.1'
coverage run --module pytest --junitxml xunit-results.xml tests/
coverage xml --omit=".tox/py27/*","tests/*"
coverage report --omit=".tox/py27/*","tests/*"