Skip to content

Commit 6523065

Browse files
committed
TEMP: Travis: only osx
1 parent c89c0e6 commit 6523065

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ jobs:
1616
- python -V
1717
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
1818

19-
- python: '2.7'
20-
env: TOXENV=py27-coverage
21-
- python: '3.4'
22-
env: TOXENV=py34-coverage
23-
- python: '3.5'
24-
env: TOXENV=py35-coverage
25-
- python: '3.6'
26-
env: TOXENV=py36-coverage
27-
- python: '3.7'
28-
env: TOXENV=py37-coverage
29-
- python: '3.8-dev'
30-
env: TOXENV=py38-coverage
31-
- python: 'pypy'
32-
env: TOXENV=pypy-coverage
33-
- python: 'pypy3'
34-
env: TOXENV=pypy3-coverage
3519
# Fails currently badly.
3620
# - python: '3.7'
3721
# env: TOXENV=qa

0 commit comments

Comments
 (0)