X Tutup
Skip to content

Commit af77d1d

Browse files
committed
remove tox environment var from Makefile tox target
1 parent 1430bcb commit af77d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test: lint
4040
python setup.py test
4141

4242
tox: clean
43-
export PYENV_VERSION="2.7.11:3.5.1:pypy-5.0.0" && tox
43+
tox
4444

4545
coverage: clean
4646
coverage run --source=twitter setup.py test --addopts "--ignore=venv"

0 commit comments

Comments
 (0)
X Tutup