File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ commands =
7070 flake8 src tests
7171
7272[testenv:coveralls]
73+ basepython = python3.4
7374deps =
7475 coveralls
7576skip_install = true
@@ -80,6 +81,7 @@ commands =
8081 coveralls --merge =extension-coveralls.json []
8182
8283[testenv:codecov]
84+ basepython = python3.4
8385deps =
8486 codecov
8587skip_install = true
@@ -92,6 +94,7 @@ commands =
9294
9395
9496[testenv:extension-coveralls]
97+ basepython = python3.4
9598deps =
9699 cpp-coveralls
97100skip_install = true
@@ -109,6 +112,7 @@ commands =
109112 coverage report
110113
111114[testenv:clean]
115+ basepython = python3.4
112116commands = coverage erase
113117skip_install = true
114118usedevelop = false
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ commands =
7979 flake8 src tests
8080
8181[testenv:coveralls]
82+ basepython = python3.4
8283deps =
8384 coveralls
8485skip_install = true
@@ -89,6 +90,7 @@ commands =
8990 coveralls --merge =extension-coveralls.json []
9091
9192[testenv:codecov]
93+ basepython = python3.4
9294deps =
9395 codecov
9496skip_install = true
@@ -101,6 +103,7 @@ commands =
101103
102104
103105[testenv:extension-coveralls]
106+ basepython = python3.4
104107deps =
105108 cpp-coveralls
106109skip_install = true
@@ -118,6 +121,7 @@ commands =
118121 coverage report
119122
120123[testenv:clean]
124+ basepython = python3.4
121125commands = coverage erase
122126skip_install = true
123127usedevelop = false
You can’t perform that action at this time.
0 commit comments