Skip to content

Commit

Permalink
minor fix and drop py37 support
Browse files Browse the repository at this point in the history
  • Loading branch information
basaks committed Oct 14, 2017
1 parent 5f65b6b commit 352400e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python

python:
- "3.7-dev"
- "3.6"
- "3.5"
- "3.4"
Expand Down Expand Up @@ -43,4 +42,4 @@ cache:
- $HOME/.cache/pip

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.5]]; then coveralls || echo "!! intermittent coveralls failure"; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then coveralls || echo "!! intermittent coveralls failure"; fi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def run_tests(self):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
# "Programming Language :: Python :: 3.7",
# add additional supported python versions
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 352400e

Please sign in to comment.