Răsfoiți Sursa

Add Python 3.6 for CI services

Thomas Kluyver 8 ani în urmă
părinte
comite
52a3718882
2 a modificat fișierele cu 5 adăugiri și 3 ștergeri
  1. 4 3
      .travis.yml
  2. 1 0
      appveyor.yml

+ 4 - 3
.travis.yml

@@ -1,9 +1,10 @@
 language: python
 python:
-  - "2.7"
-  - "3.3"
-  - "3.4"
+  - "3.6"
   - "3.5"
+  - "3.4"
+  - "3.3"
+  - "2.7"
 # command to run tests
 script: nosetests
 # Ensure dependencies are installed

+ 1 - 0
appveyor.yml

@@ -3,6 +3,7 @@ environment:
     # For Python versions available on Appveyor, see
     # http://www.appveyor.com/docs/installed-software#python
     - PYTHON: "C:\\Python35-x64"
+    - PYTHON: "C:\\Python36"
 
 install:
   - cinst nsis