aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 01095908..5a2c2a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,7 @@ MANIFEST
.coverage
.idea
.cache/
-.tox/
+.tox*/
build/
# UI
diff --git a/tox.ini b/tox.ini
index ff0e41c2..f41ebfbd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,7 @@
[tox]
envlist = py27, py35, docs, lint
skipsdist = True
+toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps =