Sfoglia il codice sorgente

test python 3 as well

kmpm 8 anni fa
parent
commit
624cb0735b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,6 +1,7 @@
 language: python
 python:
-  - "2.7"
+  - 2.7
+  - 3.5
 
 # command to install dependencies
 install: "pip install -r test_requirements.txt"