Skip to content

Commit

Permalink
Merge pull request #28 from junquera/master
Browse files Browse the repository at this point in the history
Added python versions in travis.yml in response to #19 issue
  • Loading branch information
DeastinY committed Oct 2, 2016
2 parents 6b91706 + 31ed756 commit 788661f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: python

python:
- 2.7
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit 788661f

Please sign in to comment.