Skip to content

Commit

Permalink
No python 3.7 yet on travis it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Nov 14, 2018
1 parent 5042e02 commit 322b092
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install .
- pip install flake8
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ def getVersion():
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'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',
'Programming Language :: Python :: 3.7',
'Topic :: Documentation :: Sphinx',
'Topic :: Software Development :: Documentation'
],
Expand Down

0 comments on commit 322b092

Please sign in to comment.