Skip to content

Commit e0b690e

Browse files
committed
Revert "Put tox working directory outside repo and make it cacheable"
This reverts commit 03d3e6a.
1 parent e8bef00 commit e0b690e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cache:
1414
- $HOME/.pyenv
1515
- $HOME/.venv
1616
- $HOME/.cache/pip
17-
- $HOME/.hypothesis-tox
1817

1918
env:
2019
matrix:

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
22
envlist = py26,py27,pypy,py32,py33,py34,pypy3,lint
3-
toxworkdir={homedir}/.hypothesis-tox
43

54
[testenv]
65
# If you add a new dep here you probably need to add it in setup.py as well

0 commit comments

Comments
 (0)