Selaa lähdekoodia

Merge pull request #1039 from cclauss/patch-2

Travis CI: Upgrade from Python 3.7 --> 3.8
邹洪学 4 vuotta sitten
vanhempi
commit
cd2273dfcc
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  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