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

Side by Side Diff: tox.ini

Issue 322730043: trytond-gis: Initial commit
Patch Set: Use setUpModule to populate the module list and register the testing module Created 6 years, 9 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:
View unified diff | Download patch
« no previous file with comments | « setup.py ('k') | trytond_backend_gis/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
OLDNEW
« no previous file with comments | « setup.py ('k') | trytond_backend_gis/__init__.py » ('j') | no next file with comments »

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