travis.yml: use python 3.6.7

This commit is contained in:
Jacob Plaster
2019-04-12 11:32:39 +10:00
parent 5cf5277774
commit 32be40da95

View File

@@ -1,6 +1,6 @@
language: python
python:
- "3.6"
- "3.6.7"
install:
- python3.6 -m pip install -r requirements.txt
script: