Skip to content

Commit

Permalink
added python 3 to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seajosh committed Nov 19, 2014
1 parent fe86645 commit a9b78f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
Expand Down

0 comments on commit a9b78f7

Please sign in to comment.