Skip to content

Commit

Permalink
Merge pull request #6 from thedrow/patch-1
Browse files Browse the repository at this point in the history
Added Python 3.4 to the build.
  • Loading branch information
tysonclugg committed Aug 31, 2015
2 parents d9f5231 + 364f228 commit 9c3354c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,7 +1,9 @@
language: python
sudo: false
python:
- '3.3'
- '2.7'
- '3.4'
- '3.3'
- '2.7'
install:
- pip install -r requirements.txt
script:
Expand Down

0 comments on commit 9c3354c

Please sign in to comment.