1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

Merge pull request #333 from jck/py38

travis: start testing on Python 3.8 too
This commit is contained in:
Keerthan Jaic 2020-06-13 00:04:38 +01:00 committed by GitHub
commit a4708fac7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ dist: xenial
language: python language: python
python: python:
- "3.8"
- "3.7" - "3.7"
- "3.6" - "3.6"
- "pypy3.5" - "pypy3.5"