Browse Source

Use Xenial for Py 3.6.

Stefano Cossu 5 years ago
parent
commit
84bb828d45
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -3,7 +3,11 @@ language: python
 matrix:
     include:
     - python: 3.6
+      dist: xenial
+      sudo: true
     - python: 3.7
+      dist: xenial
+      sudo: true
 
 install:
   - pip install Cython==0.29 cymem