+ testing also against latest python versions

This commit is contained in:
nicobo 2020-05-26 22:36:53 +02:00
parent ea65ac77f7
commit 6d3162cf2d
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -1,6 +1,8 @@
language: python
python:
- "3.6"
- "3.7"
- "nightly"
install:
- pip install -r requirements.txt
script: