Skip to content

Commit

Permalink
Merge pull request #3 from hkraal/test-more-versions
Browse files Browse the repository at this point in the history
Add testing on py26 and py34
  • Loading branch information
hkraal committed Jan 15, 2017
2 parents 65a93cb + 2f9cf72 commit 4a52921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
# command to install dependencies
install:
Expand Down

0 comments on commit 4a52921

Please sign in to comment.