Skip to content

Commit

Permalink
removed troublesome Python 3.5 travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 20, 2018
1 parent 1b79e6c commit d63ff82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist: trusty
matrix:
include:
- python: 2.7
- python: 3.5
- python: 3.6
addons:
apt:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'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',
Expand Down

0 comments on commit d63ff82

Please sign in to comment.