update .travis.yml (remove nightly)

This commit is contained in:
Mort Yao 2020-03-19 12:04:32 +01:00
parent a8d5819417
commit 50318b1e4d
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -6,7 +6,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "nightly"
#- "nightly" (flake8 not working in python 3.9 yet, module 'ast' has no attribute 'AugLoad')
- "pypy3"
before_install:
- pip install flake8