Merge lp:~cjwatson/storm/tox-fix-cextensions-logic into lp:storm

Proposed by Colin Watson
Status: Merged
Merged at revision: 503
Proposed branch: lp:~cjwatson/storm/tox-fix-cextensions-logic
Merge into: lp:storm
Diff against target: 13 lines (+2/-2)
1 file modified
tox.ini (+2/-2)
To merge this branch: bzr merge lp:~cjwatson/storm/tox-fix-cextensions-logic
Reviewer Review Type Date Requested Status
Simon Poirier (community) Approve
Review via email: mp+368446@code.launchpad.net

Commit message

Fix reversed logic for (no)cextensions factors in tox.ini.

To post a comment you must log in.
Revision history for this message
Simon Poirier (simpoir) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tox.ini'
2--- tox.ini 2019-05-30 13:21:20 +0000
3+++ tox.ini 2019-06-06 10:26:03 +0000
4@@ -9,7 +9,7 @@
5 setenv =
6 STORM_POSTGRES_URI = postgres:storm_test
7 STORM_POSTGRES_HOST_URI = postgres://localhost:5432/storm_test
8- cextensions: STORM_CEXTENSIONS = 0
9- nocextensions: STORM_CEXTENSIONS = 1
10+ cextensions: STORM_CEXTENSIONS = 1
11+ nocextensions: STORM_CEXTENSIONS = 0
12 commands =
13 python test {posargs}

Subscribers

People subscribed via source and target branches

to status/vote changes: