Skip to content

Commit

Permalink
- enable Travis Python 3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 23, 2017
1 parent f965de7 commit 15a770e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@ language: python
sudo: false
python:
- 2.7
# - 3.4
# - 3.5
# - 3.6
- 3.4
- 3.5
- 3.6

install:
- pip install -U setuptools==33.1.1 coveralls coverage
Expand Down

0 comments on commit 15a770e

Please sign in to comment.