Skip to content

Commit

Permalink
Merge pull request #113 from onefinestay/updating_requirements
Browse files Browse the repository at this point in the history
using a fork of oracle's mysql adapter
  • Loading branch information
dantownsend committed Jul 14, 2016
2 parents 88205c5 + 3d6c5ad commit da191a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
python:
- 2.7
install:
- pip install -r requirements.txt --allow-external mysql-connector-python
- pip install -U pip
- pip install -r requirements.txt
- pip install -r test_requirements.txt
script:
- ./run_unit_tests.sh
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Pylytics has been tested with MySQL versions 5.5.37 and 5.6.5. The recommended v
Installation
************

Pylytics uses Oracle's MySQL adapter, which isn't hosted on PyPi:
Using a recent version of pip (tested with version 8.1.2):

pip install --allow-external mysql-connector-python pylytics
pip install pylytics


Documentation
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
--allow-external mysql-connector-python
mysql-connector-python>=2.0.4
mysql-connector>=2.1.3
pytz
iso8601
raven
Expand Down

0 comments on commit da191a6

Please sign in to comment.