Skip to content

Commit

Permalink
Update Travis python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Nov 15, 2015
1 parent 83dfbed commit be0e3bd
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
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- '2.7'
- '2.6'
- '3.3'
- '3.4'
- '3.5'
script: python setup.py test
install:
- pip install flask
Expand Down

0 comments on commit be0e3bd

Please sign in to comment.