Skip to content

Commit

Permalink
Add Python 3.6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
redapple committed Jan 24, 2017
1 parent 2e8f406 commit b4b5027
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: python
python: 3.5
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install:
- pip install -U tox
script: tox
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Utilities',
'Framework :: Django',
'Framework :: Scrapy',
Expand Down

0 comments on commit b4b5027

Please sign in to comment.