Sfoglia il codice sorgente

Limit Travis deployment to Python 3.5.

Stefano Cossu 6 anni fa
parent
commit
05f904ddb4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -15,5 +15,6 @@ deploy:
     on:
         tags: true
         branch: master
+        python: "3.5"
     distributions: "bdist_wheel"