0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Expanded Python versions in .travis.yml

This commit is contained in:
Karl-Philipp Richter 2019-05-14 15:47:02 +02:00 committed by Karl-Philipp Richter
parent 3a09d4c629
commit 4d614ca443

View file

@ -1,6 +1,11 @@
sudo: required
dist: xenial
language: python
python: "3.6"
python:
- "3.4"
- "3.6"
- "3.7"
- "3.8-dev"
script:
# Build the binary (.deb)