Skip to content

Commit 028d2e1

Browse files
committed
TST enable parsel-specific tests on Travis
1 parent 6879cf8 commit 028d2e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ matrix:
99
include:
1010
- python: 2.7
1111
env: TOXENV=py27
12+
- python: 2.7
13+
env: TOXENV=py27-parsel
1214
- python: 3.5
1315
env: TOXENV=py35
1416
- python: 3.6
1517
env: TOXENV=py36
18+
- python: 3.6
19+
env: TOXENV=py36-parsel
1620
- python: 3.7
1721
env: TOXENV=py37
1822
dist: xenial

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tox]
2-
envlist = py27,py35,py36,py37,{py2,py3}-parsel
2+
envlist = py27,py35,py36,py37,{py27,py36}-parsel
33

44
[testenv]
55
deps =
66
pytest
77
pytest-cov
8-
{py2,py3}-parsel: parsel
8+
{py27,py36}-parsel: parsel
99

1010
commands =
1111
pip install -U pip

0 commit comments

Comments
 (0)