remove 3.7 from travis - it does not support

This commit is contained in:
fedotovaleksandr 2019-02-04 17:03:33 +07:00
parent 9fdb4f96c5
commit 8dac6dd472

View File

@ -2,6 +2,5 @@ language: python
python:
- "2.7"
- "3.6"
- "3.7"
# command to run tests
script: python test.py