Skip to content

Commit

Permalink
Specifying python versions supported in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 20, 2016
1 parent d96b634 commit 782e892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
cache:
directories:
- $HOME/.wheelhouse/
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@
url='https://github.com/airbnb/caravel',
download_url=(
'https://github.com/airbnb/caravel/tarball/' + version.VERSION_STRING),
classifiers=[
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
)

0 comments on commit 782e892

Please sign in to comment.