Browse Source

Merge pull request #267 from justanr/add-py3.4+-to-travis

Add 3.4 and 3.5 to travis
Peter Justin 8 years ago
parent
commit
79564597cf
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"