Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2432)

Delta Between Two Patch Sets: tox.ini

Issue 322730043: trytond-gis: Initial commit
Left Patch Set: Use setUpModule to populate the module list and register the testing module Created 6 years, 9 months ago
Right Patch Set: Use geomet, add tests, move stuffs in cont.py and sql.py Created 6 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 [tox] 1 [tox]
2 envlist = {py27,py33,py34,py35}-postgis 2 envlist = {py27,py33,py34,py35}-postgis
3 3
4 [testenv] 4 [testenv]
5 commands = {envpython} setup.py test 5 commands = {envpython} setup.py test
6 deps = 6 deps =
7 mock 7 mock
8 {py27,py33,py34,py35}-postgis: psycopg2 >= 2.5 8 {py27,py33,py34,py35}-postgis: psycopg2 >= 2.5
9 setenv = 9 setenv =
10 postgis: TRYTOND_DATABASE_URI={env:POSTGIS_URI:postgis://} 10 postgis: TRYTOND_DATABASE_URI={env:POSTGIS_URI:postgis://}
11 postgis: DB_NAME={env:POSTGIS_NAME:test} 11 postgis: DB_NAME={env:POSTGIS_NAME:test}
12 install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {o pts} {packages} 12 install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {o pts} {packages}
13 13
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b