فهرست منبع

travis: use latest pythons for OS X based testing

we test on old pythons (3.x.0) on Linux, so we can test on 3.x.latest on OS X.
Thomas Waldmann 8 سال پیش
والد
کامیت
94e35fc52b
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      .travis/install.sh

+ 4 - 4
.travis/install.sh

@@ -21,12 +21,12 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
 
     case "${TOXENV}" in
         py34)
-            pyenv install 3.4.3
-            pyenv global 3.4.3
+            pyenv install 3.4.5
+            pyenv global 3.4.5
             ;;
         py35)
-            pyenv install 3.5.1
-            pyenv global 3.5.1
+            pyenv install 3.5.2
+            pyenv global 3.5.2
             ;;
         py36)
             pyenv install 3.6.0