Explorar el Código

test python 3 as well

kmpm hace 8 años
padre
commit
624cb0735b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"