1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00

adding python3.7

adding python3.7 through matrix

fix python3.7 on travis
This commit is contained in:
deadc0de6
2019-05-08 19:47:23 +02:00
parent 997cb9f763
commit 5cb18932a5

View File

@@ -3,6 +3,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
dist: xenial
install:
- "pip install pip --upgrade"
- "pip install -r tests-requirements.txt"