Skip to content

Commit

Permalink
dropping support for python 2.7 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Sep 29, 2017
1 parent b94dfc9 commit 8b1ed7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
cache: pip
matrix:
include:
- python: "2.7"
- python: "3.5"
- python: "3.6"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ neuropredict is part of a broader intiative to develop easy, comprehensice and s

[![travis](https://travis-ci.org/raamana/neuropredict.svg?branch=master)](https://travis-ci.org/raamana/neuropredict.svg?branch=master)
[![PyPI version](https://badge.fury.io/py/neuropredict.svg)](https://badge.fury.io/py/neuropredict)
[![Python versions](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6-blue.svg)]
[![Python versions](https://img.shields.io/badge/python-3.5%2C%203.6-blue.svg)]

## Overview
![roleofneuropredict](docs/role.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Welcome to neuropredict's documentation!
:alt: Code Health
.. image:: https://api.codacy.com/project/badge/Grade/cffd80f290544e2e824011bfccf35ff8
:target: https://www.codacy.com/app/raamana/neuropredict?utm_source=github.com&utm_medium=referral&utm_content=raamana/neuropredict&utm_campaign=Badge_Grade
.. image:: https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6-blue.svg
.. image:: https://img.shields.io/badge/python-3.5%2C%203.6-blue.svg
:alt: Python versions
.. image:: https://badge.fury.io/py/neuropredict.svg
:target: https://badge.fury.io/py/neuropredict
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 8b1ed7d

Please sign in to comment.