Skip to content

Commit

Permalink
Extend support to py 2.6 -- 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Dec 23, 2014
1 parent 89357e7 commit d8bf374
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ language: python

python:
- "2.7"
- "2.6"
- "3.3"
- "3.4"

# command to install dependencies
install:
- pip install -r requirements.txt -r requirements-testing.txt
- pip install coveralls

# command to run tests
script: py.test

after_success: coveralls

0 comments on commit d8bf374

Please sign in to comment.