瀏覽代碼

Merge pull request #1039 from cclauss/patch-2

Travis CI: Upgrade from Python 3.7 --> 3.8
邹洪学 4 年之前
父節點
當前提交
cd2273dfcc
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      .travis.yml

+ 3 - 4
.travis.yml

@@ -2,10 +2,9 @@ language: python
 cache:
   directories:
     - $HOME/.cache/pip
-matrix:
-  include:
-    - python: "2.7"    
-    - python: "3.7"
+python:
+  - "2.7"    
+  - "3.8"
 install:
   - echo "#install#"
   # For some reason Travis' build envs have wildly different pip/setuptools