Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
More travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed May 2, 2014
1 parent 8e2d2ef commit 78bde45
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
install:
- pip install tox
script:
- tox -e "py$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
- tox -e "$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
before_install:
- sudo apt-get update
- if [[ $TOX_ENV == pypy* ]]; then sudo apt-get install -qq libzmq3-dev; fi
Expand Down
28 changes: 14 additions & 14 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,72 +13,72 @@ deps16 =
deps17 =
https://github.com/django/django/archive/stable/1.7.x.zip#egg=django

[testenv:py2.6-1.5.x]
[testenv:2.6-1.5.x]
basepython = python2.6
deps =
{[testenv]deps15}

[testenv:py2.6-1.6.x]
[testenv:2.6-1.6.x]
basepython = python2.6
deps =
{[testenv]deps16}

[testenv:py2.7-1.5.x]
[testenv:2.7-1.5.x]
basepython = python2.7
deps =
{[testenv]deps15}

[testenv:py2.7-1.6.x]
[testenv:2.7-1.6.x]
basepython = python2.7
deps =
{[testenv]deps16}

[testenv:py2.7-1.7.x]
[testenv:2.7-1.7.x]
basepython = python2.7
deps =
{[testenv]deps17}

[testenv:py3.3-1.5.x]
[testenv:3.3-1.5.x]
basepython = python3.3
deps =
{[testenv]deps15}

[testenv:py3.3-1.6.x]
[testenv:3.3-1.6.x]
basepython = python3.3
deps =
{[testenv]deps16}

[testenv:py3.3-1.7.x]
[testenv:3.3-1.7.x]
basepython = python3.3
deps =
{[testenv]deps17}

[testenv:py3.4-1.5.x]
[testenv:3.4-1.5.x]
basepython = python3.4
deps =
{[testenv]deps15}

[testenv:py3.4-1.6.x]
[testenv:3.4-1.6.x]
basepython = python3.4
deps =
{[testenv]deps16}

[testenv:py3.4-1.7.x]
[testenv:3.4-1.7.x]
basepython = python3.4
deps =
{[testenv]deps17}

[testenv:pypy-1.5.x]
[testenv:py-1.5.x]
basepython = pypy
deps =
{[testenv]deps17}

[testenv:pypy-1.6.x]
[testenv:py-1.6.x]
basepython = pypy
deps =
{[testenv]deps17}

[testenv:pypy-1.7.x]
[testenv:py-1.7.x]
basepython = pypy
deps =
{[testenv]deps17}
Expand Down

0 comments on commit 78bde45

Please sign in to comment.