Set python version in Travis config

This commit is contained in:
Marian Steinbach 2018-10-02 23:15:27 +02:00
parent 91af26f85b
commit d4f561045d

View file

@ -6,7 +6,12 @@ services:
notifications:
email: false
language: python
python:
- "3.6"
script:
- make test
- pip install --upgrade pip
- pip install --upgrade codecov
- make test
- codecov