Skip to content

Commit

Permalink
Install openpyxl in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Dec 18, 2015
1 parent 35426b9 commit 853a991
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,76 @@ envlist = py27-1.5, py27-1.6, py33-1.6, py27-1.7, py33-1.7, py34-1.7, py27-1.8,

[testenv]
commands=python {toxinidir}/tests/manage.py test core
deps = openpyxl

[testenv:py27-1.5]
basepython = python2.7
deps =
django==1.5.3
{[testenv]deps}

[testenv:py27-1.6]
basepython = python2.7
deps =
django==1.6
{[testenv]deps}

[testenv:py33-1.6]
basepython = python3.3
deps =
django==1.6.1
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib
{[testenv]deps}

[testenv:py27-1.7]
basepython = python2.7
deps =
django==1.7.0
{[testenv]deps}

[testenv:py33-1.7]
basepython = python3.3
deps =
django==1.7.0
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib
{[testenv]deps}

[testenv:py34-1.7]
basepython = python3.4
deps =
django==1.7.0
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib
{[testenv]deps}

[testenv:py27-1.8]
basepython = python2.7
deps =
django==1.8
{[testenv]deps}

[testenv:py33-1.8]
basepython = python3.3
deps =
django==1.8
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib
{[testenv]deps}

[testenv:py34-1.8]
basepython = python3.4
deps =
django==1.8
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib
{[testenv]deps}

[testenv:py27-1.9]
basepython = python2.7
deps =
django==1.9
{[testenv]deps}

[testenv:py34-1.9]
basepython = python3.4
deps =
django==1.9
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib
{[testenv]deps}

0 comments on commit 853a991

Please sign in to comment.