summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2016-06-20 16:40:36 +0200
committerholger krekel <holger@merlinux.eu>2016-06-20 16:40:36 +0200
commit6c44042ac2357850365c83e7f31be4d74dd2199f (patch)
tree3716b0612981bec73b9ba8488726f9efef6d8133 /tox.ini
parent30ba6a86ca085bb68280244116bb5b68743d376c (diff)
downloadtox-6c44042ac2357850365c83e7f31be4d74dd2199f.tar.gz
fix issue66 by introducing using default "python -m pip"
and introducing list_dependencies_command. (Ted, Holger)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 17efc83..3dd30dc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,13 @@ deps=pytest>=2.3.5
[testenv:py26-bare]
deps =
commands = tox -h
+install_command = pip install {opts} {packages}
+list_dependencies_command = pip freeze
+
+[testenv:py26]
+install_command = pip install {opts} {packages}
+list_dependencies_command = pip freeze
+
[testenv:docs]
basepython=python