Skip to content

Commit 2b9cfe8

Browse files
committed
[.travis.yml] eliminate Py35 tests on Travis
1 parent 50dea26 commit 2b9cfe8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ matrix:
99
env: TOX_ENV=lint
1010
install: pip install flake8
1111
script: flake8 --ignore=E501,W503 lib/fontline/*.py
12-
- python: 3.5
13-
env: TOX_ENV=py35
14-
install: pip install tox
15-
script: tox -e $TOX_ENV
1612
- python: 3.6
1713
env: TOX_ENV=py36
1814
install: pip install tox

0 commit comments

Comments
 (0)