Skip to content

Commit

Permalink
Add ipyparallel to requirements to make the tests pass (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno Lintusaari committed Apr 5, 2017
1 parent f144554 commit fd34146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cache: pip
# command to install dependencies
install:
- pip install numpy
- pip install cython
- pip install -r requirements-dev.txt
- pip install -e .[nosql]
- pip install -e .
# command to run tests
script:
- ipcluster start -n 2 --daemon
- make test
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
'matplotlib>=1.1',
'GPy>=1.0.9',
'networkX>=1.11',
# 'cython>=0.25',
# 'randomstate=>1.12'
'ipyparallel>=6.0'
]

optionals = {
'doc': ['Sphinx'],
'nosql': ['unqlite>=0.6.0'],
'graphviz': ['graphviz>=0.5']
}

Expand Down

0 comments on commit fd34146

Please sign in to comment.