Skip to content

Commit

Permalink
Fix Travis' build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 2, 2019
1 parent e86a200 commit 029cecc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: python

dist: xenial # required for Python >= 3.7
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"

matrix:
include:
- python: "3.7"
dist: xenial
sudo: true

before_install:
- sudo apt-get -qq update
Expand Down

0 comments on commit 029cecc

Please sign in to comment.