소스 검색

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