projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5341c9
)
Explicitly set basepython=python3 for integration tests.
author
Pete Vander Giessen
<petevg@gmail.com>
Thu, 2 Mar 2017 17:09:49 +0000
(12:09 -0500)
committer
Pete Vander Giessen
<petevg@gmail.com>
Thu, 2 Mar 2017 17:09:49 +0000
(12:09 -0500)
Fixes them on machines that don't have python3 set as the default.
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
8c4b0cd
..
d4f3a73
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-22,4
+22,5
@@
deps =
commands = py.test -ra -s -x -n auto -k 'not integration'
[testenv:integration]
+basepython=python3
commands = py.test -ra -s -x -n auto