Skip to content

Commit

Permalink
Add python 3.6 to travis (remove python 2.6 and 3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Mar 4, 2017
1 parent d1f9740 commit e18e495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
install:
- python setup.py install
- pip install coverage
Expand All @@ -14,9 +13,6 @@ script:
- coverage run --source=random_words setup.py test
after_success:
- coveralls
matrix:
allow_failures:
- python: '3.2'
sudo: false
deploy:
provider: pypi
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ def run_tests(self):
'Programming Language :: Python',
'Natural Language :: English',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
],
include_package_data=True,
Expand Down

0 comments on commit e18e495

Please sign in to comment.