Browse Source

Add 3.4 and 3.5 to travis

Alec Nikolas Reiter 8 years ago
parent
commit
9c3b1bd4df
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -3,6 +3,8 @@ sudo: false
 python:
   - "2.7"
   - "3.3"
+  - "3.4"
+  - "3.5"
 # command to install dependencies
 install:
   - "pip install -r requirements-dev.txt"