Skip to content

Commit

Permalink
Added Python 3 to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweterings committed Jan 4, 2016
1 parent 3d7c4bf commit 6085128
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,10 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- python bootstrap.py
- ./bin/buildout
script: ./bin/test
script: ./bin/test

0 comments on commit 6085128

Please sign in to comment.