Sfoglia il codice sorgente

.travis.yml: Add os and dist config

Jan Holthuis 5 anni fa
parent
commit
1357c1cbf1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -2,6 +2,8 @@ language: python
 python:
 - 3.6
 - 3.7
+os: linux
+dist: xenial
 cache:
   pip: true