Skip to content

Commit

Permalink
update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Mar 29, 2018
1 parent 3703e15 commit de4f2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ sudo: false

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

install:
- "pip install -Ue .[test,build]"
Expand All @@ -25,6 +24,6 @@ deploy:
on:
tags: true
repo: cjw296/chide
python: "3.5"
python: "3.6"
skip_cleanup: true
distributions: "sdist bdist_wheel"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
long_description=open('docs/description.rst').read(),
url='https://github.com/cjw296/chide',
classifiers=[
# 'Development Status :: 5 - Production/Stable',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
],
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit de4f2be

Please sign in to comment.