Skip to content

Commit

Permalink
Update Travis configuration to test against Python 2.6 and 3.6
Browse files Browse the repository at this point in the history
2.6 will help identify build bugs, 3.6 is coming soon.
  • Loading branch information
kjd committed Dec 20, 2016
1 parent d2036c1 commit a0c4eb6
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,9 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6-dev"
- "pypy"
install:
- pip install .
Expand Down

0 comments on commit a0c4eb6

Please sign in to comment.