Parcourir la source

Limit Travis deployment to Python 3.5.

Stefano Cossu il y a 6 ans
Parent
commit
05f904ddb4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"