Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: python
python:
- "3.6"
env:
- SETUP_TARGET=.[full,test] TEST_CASES="test.test_interoperability test.test_optimizers test.test_nsga2 test.test_notebooks test.test_datasets test.test_relational"
- SETUP_TARGET=.[full,test] TEST_CASES="test.test_optimizers test.test_nsga2 test.test_notebooks test.test_datasets test.test_relational"
#TODO removed test.test_interoperability, try to add it back.
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"sphinx_rtd_theme",
"sphinxcontrib.apidoc",
'pyspark',
'mysql-connector-python'
'mysql-connector-python==8.0.29'
]}
)