Ver código fonte

Limit Travis deployment to Python 3.5.

Stefano Cossu 6 anos atrás
pai
commit
05f904ddb4
1 arquivos alterados com 1 adições e 0 exclusões
  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"