Skip to content

Commit

Permalink
removed p3.4 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Apr 29, 2019
1 parent ed8a8c3 commit 9159594
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ fast_finish: true
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yahoo! Finance Fix for Pandas Datareader
========================================

.. image:: https://img.shields.io/badge/python-2.7,%203.5+-blue.svg?style=flat
.. image:: https://img.shields.io/badge/python-2.7,%203.4+-blue.svg?style=flat
:target: https://pypi.python.org/pypi/fix-yahoo-finance
:alt: Python version

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',

'Programming Language :: Python :: 2.7',
'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 9159594

Please sign in to comment.