Sfoglia il codice sorgente

Change python version

Adam Kelly 6 anni fa
parent
commit
3c125e51f5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -1,7 +1,7 @@
 language: python
 python:
-  - "2.7"
-  - "3.6"
+  - "2.7.15"
+  - "3.6.6"
   - "3.7-dev"
 
 os: osx