Skip to content

Travis CI: Start testing on Python 3.9 beta 5 #2279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Next Next commit
Travis CI: Start testing on Python 3.9 beta 5
  • Loading branch information
cclauss committed Aug 4, 2020
commit 35ced6727211f825424a3c6c08c5e8cb9e965665
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os: linux
dist: focal
language: python
python: 3.8
python: "3.9-dev"
cache: pip
before_install: pip install --upgrade pip setuptools six
install: pip install black flake8
Expand Down