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

Commit

Permalink
Merge pull request #497 from moreati/django14-no-binary
Browse files Browse the repository at this point in the history
Tox: Install Django 1.4.x from source
  • Loading branch information
swistakm committed Sep 15, 2015
2 parents cc844e8 + 2881259 commit 9b00a8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ basepython =

commands={envpython} userena/runtests/runtests.py userena umessages

[testenv:py27-django14]
install_command = pip install --no-binary=Django {opts} {packages}

[testenv:py26-django14]
install_command = pip install --no-binary=Django {opts} {packages}

[testenv:coverage]
basepython = python2.7

commands=
coverage run --source userena userena/runtests/runtests.py userena umessages
coveralls
coveralls

0 comments on commit 9b00a8e

Please sign in to comment.