Skip to content

Commit 3d94b51

Browse files
committed
require Python 3.5
3.4 doesn't have isawaitable remove unsupported combinations from test matrix
1 parent 729183b commit 3d94b51

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,13 @@ matrix:
9393
- MOZ_HEADLESS=1
9494
addons:
9595
firefox: 57.0
96-
97-
- python: 3.4
98-
env: GROUP=python
9996
- python: 3.5
10097
env: GROUP=python
10198
- python: 3.7
10299
dist: xenial
103100
env: GROUP=python
104101
- python: 3.6
105102
env: GROUP=docs
106-
- python: 3.6
107-
env:
108-
- GROUP=python
109-
- EXTRA_PIP="tornado<5"
110103

111104
after_success:
112105
- codecov

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
'nbval', 'nose-exclude', 'selenium', 'pytest', 'pytest-cov'],
121121
'test:sys_platform == "win32"': ['nose-exclude'],
122122
},
123-
python_requires = '>=3.4',
123+
python_requires = '>=3.5',
124124
entry_points = {
125125
'console_scripts': [
126126
'jupyter-notebook = notebook.notebookapp:main',

0 commit comments

Comments
 (0)