Browse Source

test python 3 as well

kmpm 8 years ago
parent
commit
624cb0735b
1 changed files with 2 additions and 1 deletions
  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"