aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 20:35:56 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 20:35:56 -0400
commit96171b18a802fbc566b328000d5b22c8f5ce40e4 (patch)
tree37601a271fba7eeec1e5f41f519ef030d4200b98 /tox.ini
parent839c5f11bf01d66d5dde6efdf0874b7773aa0161 (diff)
downloadexternal_python_setuptools-96171b18a802fbc566b328000d5b22c8f5ce40e4.tar.gz
external_python_setuptools-96171b18a802fbc566b328000d5b22c8f5ce40e4.tar.bz2
external_python_setuptools-96171b18a802fbc566b328000d5b22c8f5ce40e4.zip
Just use backports.unittest_mock so that tox can be invoked naturally (without having to specify an env).
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 770fbd86..3ed74117 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ deps=
pytest-flake8
pytest>=3.0.2
setuptools[ssl]
- py{26,27,32}: mock
+ backports.unittest_mock
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
commands=python -m pytest -rsx