~cjwatson/storm/docstring-properties

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Colin Watson
  • Date: 2019-11-21 01:57:01 UTC
  • mfrom: (531.3.1 postgresfixture)
  • Revision ID: cjwatson@canonical.com-20191121015701-ydc55ead6h7sq17r
Use postgresfixture to simplify developer setup. [r=simpoir]

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    .[test]
12
12
passenv = STORM_TEST_RUNNER USER
13
13
setenv =
14
 
    STORM_POSTGRES_URI = postgres:storm_test
15
 
    STORM_POSTGRES_HOST_URI = postgres://localhost:5432/storm_test
16
14
    cextensions: STORM_CEXTENSIONS = 1
17
15
    nocextensions: STORM_CEXTENSIONS = 0
18
16
commands =