Skip to content

Commit

Permalink
Merge pull request #7 from nvllsvm/py
Browse files Browse the repository at this point in the history
Add Py 3.6, 3.7; remove Py 3.4
  • Loading branch information
gmr committed Nov 22, 2018
2 parents e9b8361 + 1a914d7 commit 66fc155
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7-dev
install:
- pip install -r requires/testing.txt
- pip install wheel
Expand All @@ -15,7 +16,7 @@ deploy:
provider: pypi
user: sprockets
on:
python: 3.5
python: 3.6
tags: true
all_branches: true
password:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ def read_requirements(filename):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit 66fc155

Please sign in to comment.