Commit 029ceccb by Victor M. Alvarez

Fix Travis' build matrix.

parent e86a2007
language: python
dist: xenial # required for Python >= 3.7
python:
- "2.6"
- "2.7"
......@@ -8,8 +7,12 @@ python:
- "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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment