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

Delta Between Two Patch Sets: tox.ini

Issue 322730043: trytond-gis: Initial commit
Left Patch Set: Fix comments and move regexp Created 7 years ago
Right Patch Set: Upload the fixed version Created 6 years, 3 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
« no previous file with change/comment | « setup.py ('k') | trytond_gis/__init__.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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