Selaa lähdekoodia

Add Python 3.5 to Travis

Thomas Kluyver 9 vuotta sitten
vanhempi
säilyke
9c26b08732
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ python:
   - "2.7"
   - "3.3"
   - "3.4"
+  - "3.5"
 # command to run tests
 script: nosetests
 # Ensure dependencies are installed