We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111bd08 commit 6bd04b6Copy full SHA for 6bd04b6
.travis.yml
@@ -14,6 +14,10 @@ matrix:
14
env:
15
- TOXENV=py27
16
- END_TO_END=1
17
+ - python: 2.7
18
+ env:
19
+ - TOXENV=py27-configparser
20
+ - END_TO_END=1
21
- python: 3.4
22
23
- TOXENV=py34
tox.ini
@@ -12,6 +12,15 @@ passenv = END_TO_END
12
commands =
13
py.test {posargs}
+[testenv:py27-configparser]
+;see https://github.com/Supervisor/supervisor/issues/1230
+basepython = python2.7
+deps =
+ {[testenv]deps}
+ configparser
+passenv = {[testenv]passenv}
+commands = {[testenv]commands}
+
24
[testenv:cover]
25
basepython = python2.7
26
0 commit comments