Skip to content

Commit c922ba4

Browse files
authored
updated travis with supported versions
1 parent 29a27f2 commit c922ba4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ language: python
22
sudo: false
33
cache: false
44
python:
5-
- '3.5'
5+
- '3.6'
66
env:
77
global:
88
PYTHONUNBUFFERED=yes
99
matrix:
10-
- TOXENV=2.6
1110
- TOXENV=2.7
12-
- TOXENV=3.3
13-
- TOXENV=3.4
14-
- TOXENV=3.4
15-
- TOXENV=pypy
11+
- TOXENV=3.7
12+
- TOXENV=3.6
1613
- TOXENV=3.5
14+
- TOXENV=pypy
1715
- TOXENV=pypy3
1816
install: travis_retry pip install -U tox
1917
script: tox -v -- -v

0 commit comments

Comments
 (0)