Skip to content

Commit 2cf4830

Browse files
committed
Delete Python 3.3 and add Python 3.8-dev on Travis
Currently Travis fails with: Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.3.tar.bz2 $ curl -sSf -o python-3.3.tar.bz2 ${archive_url} curl: (22) The requested URL returned error: 404 Not Found Unable to download 3.3 archive. The archive may not exist. Please consider a different version.
1 parent 1736058 commit 2cf4830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22
python:
3-
- "3.7-dev"
3+
- "3.8-dev"
4+
- "3.7"
45
- "3.6"
56
- "3.5"
67
- "3.4"
7-
- "3.3"
88
- "2.7"
99
install:
1010
- pip install nose

0 commit comments

Comments
 (0)