Skip to content

Commit

Permalink
travis: Run all py37 jobs in one VM
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed May 8, 2019
1 parent b91fecf commit 5c50937
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,4 +1,4 @@
dist: xenial # needed for python 3.7+
dist: xenial
language: python
cache: pip

Expand All @@ -7,7 +7,6 @@ python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'

install: pip install tox
script:
Expand All @@ -16,4 +15,4 @@ script:
matrix:
include:
- python: '3.7'
env: TOXENV=black,pylint,coverage
env: TOXENV=py37,black,pylint,coverage

0 comments on commit 5c50937

Please sign in to comment.