Skip to content

Commit c958acc

Browse files
authored
Merge pull request #461 from takluyver/travis-py38
Update Python versions tested on Travis
2 parents efed7bf + 01d1c8c commit c958acc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
22
python:
33
- "nightly"
4-
- "3.8-dev"
4+
- 3.8
55
- 3.7
66
- 3.6
77
- 3.5
8-
- 3.4
98
sudo: false
109
dist: xenial
1110
install:
@@ -41,10 +40,6 @@ after_success:
4140
- codecov
4241
matrix:
4342
include:
44-
- python: 3.5
45-
env:
46-
- TORNADO="4.5.*"
47-
- IPYTHON=master
4843
- python: 3.6
4944
env:
5045
- IPYTHON=master

0 commit comments

Comments
 (0)