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

Delta Between Two Patch Sets: tox.ini

Issue 322730043: trytond-gis: Initial commit
Left Patch Set: Add forgotten database.py Created 7 years 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 [tox]
2 envlist = {py27,py33,py34,py35}-postgis
3
4 [testenv]
5 commands = {envpython} setup.py test
6 deps =
7 mock
8 {py27,py33,py34,py35}-postgis: psycopg2 >= 2.5
9 setenv =
10 postgis: TRYTOND_DATABASE_URI={env:POSTGIS_URI:postgis://}
11 postgis: DB_NAME={env:POSTGIS_NAME:test}
12 install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {o pts} {packages}
13
LEFTRIGHT

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