diff --git a/.travis.yml b/.travis.yml index c881e85..8341647 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: python python: - "3.6" -matrix: +jobs: include: + - python: 3.6 - python: 3.7 dist: xenial - sudo: true + install: - pip install coveralls pytest-cov flake8 - python setup.py install