Add new python versions to tests

This commit is contained in:
Ordanis Sanchez
2020-05-10 14:33:45 -04:00
parent 02ef2cc9f4
commit 78ad294092
+7
View File
@@ -1,6 +1,13 @@
language: python language: python
python: python:
- "3.6" - "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
matrix:
allow_failures:
- python: "3.9-dev"
# command to install dependencies # command to install dependencies
install: install: