Skip to content

Commit f4dd932

Browse files
author
Juergen Hasch
committed
Fix missin 3.7 env and remove 3.3 test
1 parent d9aabe3 commit f4dd932

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ matrix:
4040
- os: linux
4141
python: '2.7'
4242
env: TOXENV=py27-notebook
43-
- os: linux
44-
python: '3.3'
45-
env: TOXENV=py33-notebook
4643
- os: linux
4744
python: '3.6'
4845
env: TOXENV=py36-notebook54
@@ -52,9 +49,6 @@ matrix:
5249
- os: linux
5350
python: '3.6'
5451
env: TOXENV=py36-notebook44
55-
- os: linux
56-
python: '3.5'
57-
env: TOXENV=py35-notebook
5852
- os: linux
5953
python: '3.6'
6054
env: TOXENV=py36-notebook

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ basepython =
1414
pypy: {env:TOXPYTHON:pypy}
1515
py27: {env:TOXPYTHON:python2.7}
1616
py36: {env:TOXPYTHON:python3.6}
17+
py37: {env:TOXPYTHON:python3.7}
1718
{spell}: {env:TOXPYTHON:python2.7}
1819
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
1920
{condarecipe}: {env:TOXPYTHON:python3.6}

0 commit comments

Comments
 (0)