Skip to content

Commit 93f613c

Browse files
authored
Travis CI: Test on Python 3.9 release candidate 2
Python 3.9 is now on its release candidate 2 and is scheduled to be released two weeks so let's start testing to see if we are compatible with our future...
1 parent ecac7b0 commit 93f613c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: linux
22
dist: focal
33
language: python
4-
python: 3.8
4+
python: 3.9-dev
55
cache: pip
66
before_install: pip install --upgrade pip setuptools six
77
install: pip install black flake8

0 commit comments

Comments
 (0)