Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Pin setuptools in tox to the last version known to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jan 22, 2016
1 parent f9a1ef6 commit 0227ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
envlist = py34,pep8

[testenv]
deps = git+git://github.com/OneGov/onegov.testing.git#egg=onegov.testing
deps = setuptools==18.8.1
git+git://github.com/OneGov/onegov.testing.git#egg=onegov.testing
-e{toxinidir}[test]

install_command = pip install {opts} {packages}
Expand Down

0 comments on commit 0227ffc

Please sign in to comment.