Skip to content

Commit

Permalink
Added support for Python 3.6 in travis.ci and pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Apr 21, 2017
1 parent 8388756 commit fe4a839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
install:
- pip install -e .
- pip install -r test_requirements.txt
Expand All @@ -17,6 +18,6 @@ deploy:
secure: kLTVnrjyggnqaGnLAi5M02LDGIC/hfQmdFD+2onZVjRyj3EKYvZ/INz9NtIPgMo4ocixe59LPJI40nORm53ifPiKZs0HikRw7Z/ebzqDXsyShlP4alxd35jXglDV+dRF8yT86UxlLYaUWp5JYODcGKZuMpBGqxu6KD2apq1EILc=
on:
tags: true
python: '3.5'
python: '3.6'
distributions: sdist bdist_wheel
sudo: false
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def getfile(filename):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit fe4a839

Please sign in to comment.