Skip to content

Commit

Permalink
Merge pull request #20 from JaredLGillespie/python-3.7
Browse files Browse the repository at this point in the history
Python 3.7
  • Loading branch information
JaredLGillespie committed Aug 18, 2019
2 parents 70c07a2 + 74f0ca7 commit 0351e67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,8 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
install:
- pip install tox
- pip install coveralls
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -28,10 +28,9 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities'
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -8,6 +8,7 @@ basepython =
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
deps =
check-manifest
readme_renderer
Expand Down

0 comments on commit 0351e67

Please sign in to comment.