diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 20:35:56 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 20:35:56 -0400 |
| commit | 96171b18a802fbc566b328000d5b22c8f5ce40e4 (patch) | |
| tree | 37601a271fba7eeec1e5f41f519ef030d4200b98 /tox.ini | |
| parent | 839c5f11bf01d66d5dde6efdf0874b7773aa0161 (diff) | |
| download | external_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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
