1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

💚 Add Python 3.7

This commit is contained in:
Matt Love
2019-07-09 14:48:27 -07:00
parent 89bf4281e7
commit 82e61043c9

View File

@@ -3,6 +3,7 @@
language: python language: python
python: python:
- '3.6' - '3.6'
- '3.7'
before_install: before_install:
- sudo add-apt-repository universe -y - sudo add-apt-repository universe -y
- sudo apt-get update -q - sudo apt-get update -q