3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00

.travis.yml: add 3.7, remove 3.4 tests

This commit is contained in:
James Lu 2019-09-15 16:24:55 -07:00
parent c8ba6291a6
commit 52001ac82d

View File

@ -3,9 +3,9 @@ sudo: false
language: python
python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
install: python3 setup.py install
script: