Skip to content

Commit

Permalink
- add travis tests for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 19, 2017
1 parent a1d7c87 commit 6c45db5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
install:
- pip install -U setuptools==33.1.1
- python bootstrap.py
- bin/buildout
script:
Expand Down

0 comments on commit 6c45db5

Please sign in to comment.