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

Commit

Permalink
Fixes build failing on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jun 26, 2018
1 parent 9f5d6e8 commit f275190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py36,pep8
deps = git+git://github.com/OneGov/onegov_testing.git#egg=onegov_testing
-e{toxinidir}[test]

install_command = pip install {opts} {packages}
install_command = pip install {opts} {packages} --no-binary pillow

commands = coverage run --source onegov.form -m py.test {posargs}
coverage report
Expand Down

0 comments on commit f275190

Please sign in to comment.