workaround for running python 3.7 on travis

stix2.0
Maciej Urbanski 2018-10-03 18:11:19 +02:00
parent e80fb4f59a
commit 8eef356fb6
No known key found for this signature in database
GPG Key ID: 9A1A800C0AD21A36
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
matrix:
include:
- python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
dist: xenial
sudo: true
install:
- pip install -U pip setuptools
- pip install tox-travis pre-commit