Skip to content

Commit

Permalink
Merge e9e4fc2 into 4b01fbd
Browse files Browse the repository at this point in the history
  • Loading branch information
hkraal committed Nov 2, 2017
2 parents 4b01fbd + e9e4fc2 commit e1ba13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install .
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
package_dir={'ssht':
'ssht'},
install_requires=[
'mysql-connector',
'mysql-connector==2.1.4',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit e1ba13c

Please sign in to comment.