Adds missing python 3.7 tests to Travis.

This commit is contained in:
Olivier Mangin 2019-02-28 22:59:26 -08:00
parent c3cb713ae7
commit 9754ed721c
No known key found for this signature in database
GPG Key ID: D72FEC1C3120A884

View File

@ -56,6 +56,14 @@ matrix:
python: 3.6 python: 3.6
env: env:
- TO_TEST=TEST_MOCK - TO_TEST=TEST_MOCK
- os: linux
language: python
dist: xenial
python: 3.7
sudo: true
env:
- TO_TEST=TEST_MOCK
# Install tests # Install tests
- os: linux - os: linux