Skip to content

Commit 4ff7453

Browse files
committed
ci: Travis: Python 3.5.1 via Trusty
Python 3.5.0 caused flaky failures before (#5795). This is pulled out of #6435, which adds code specific for Python < 3.5.2. It only runs a specific test, while collecting everything to get coverage of the version specific code around typing.
1 parent 8eec42f commit 4ff7453

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ jobs:
5252
- env: TOXENV=pypy3-xdist
5353
python: 'pypy3'
5454

55-
- env: TOXENV=py35-xdist
56-
python: '3.5'
55+
# Coverage for Python 3.5.{0,1} specific code, mostly typing related.
56+
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
57+
python: '3.5.1'
58+
dist: trusty
5759

5860
# Specialized factors for py37.
5961
- env: TOXENV=py37-pluggymaster-xdist

0 commit comments

Comments
 (0)