mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 20:41:56 +00:00
Removed Python 3.2 from travis/tox
This commit is contained in:
parent
2d9e39d084
commit
878addd737
2 changed files with 1 additions and 45 deletions
|
|
@ -4,13 +4,11 @@ matrix:
|
|||
include:
|
||||
- env: TOXENV=py27-dj17-postgres
|
||||
- env: TOXENV=py27-dj17-sqlite
|
||||
- env: TOXENV=py32-dj17-postgres
|
||||
# - env: TOXENV=py33-dj17-postgres
|
||||
- env: TOXENV=py33-dj17-postgres
|
||||
- env: TOXENV=py34-dj17-postgres
|
||||
- env: TOXENV=py34-dj17-sqlite
|
||||
- env: TOXENV=py27-dj18-postgres
|
||||
# - env: TOXENV=py27-dj18-sqlite
|
||||
# - env: TOXENV=py32-dj18-postgres
|
||||
# - env: TOXENV=py33-dj18-postgres
|
||||
- env: TOXENV=py34-dj18-postgres
|
||||
- env: TOXENV=py34-dj18-sqlite
|
||||
|
|
|
|||
42
tox.ini
42
tox.ini
|
|
@ -42,16 +42,12 @@ usedevelop = True
|
|||
envlist =
|
||||
py27-dj17-postgres,
|
||||
py27-dj17-sqlite,
|
||||
py32-dj17-postgres,
|
||||
py32-dj17-sqlite,
|
||||
py33-dj17-postgres,
|
||||
py33-dj17-sqlite,
|
||||
py34-dj17-postgres,
|
||||
py34-dj17-sqlite,
|
||||
py27-dj18-postgres,
|
||||
py27-dj18-sqlite,
|
||||
py32-dj18-postgres,
|
||||
py32-dj18-sqlite,
|
||||
py33-dj18-postgres,
|
||||
py33-dj18-sqlite,
|
||||
py34-dj18-postgres,
|
||||
|
|
@ -99,25 +95,6 @@ setenv =
|
|||
DATABASE_ENGINE=django.db.backends.mysql
|
||||
DATABASE_USER=wagtail
|
||||
|
||||
[testenv:py32-dj17-postgres]
|
||||
basepython=python3.2
|
||||
deps =
|
||||
{[deps]base}
|
||||
{[deps]py3}
|
||||
{[deps]dj17}
|
||||
psycopg2==2.5.3
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
|
||||
|
||||
[testenv:py32-dj17-sqlite]
|
||||
basepython=python3.2
|
||||
deps =
|
||||
{[deps]base}
|
||||
{[deps]py3}
|
||||
{[deps]dj171}
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.sqlite3
|
||||
|
||||
[testenv:py33-dj17-postgres]
|
||||
basepython=python3.3
|
||||
deps =
|
||||
|
|
@ -187,25 +164,6 @@ setenv =
|
|||
DATABASE_ENGINE=django.db.backends.mysql
|
||||
DATABASE_USER=wagtail
|
||||
|
||||
[testenv:py32-dj18-postgres]
|
||||
basepython=python3.2
|
||||
deps =
|
||||
{[deps]base}
|
||||
{[deps]py3}
|
||||
{[deps]dj18}
|
||||
psycopg2==2.5.3
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
|
||||
|
||||
[testenv:py32-dj18-sqlite]
|
||||
basepython=python3.2
|
||||
deps =
|
||||
{[deps]base}
|
||||
{[deps]py3}
|
||||
{[deps]dj18}
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.sqlite3
|
||||
|
||||
[testenv:py33-dj18-postgres]
|
||||
basepython=python3.3
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue