Skip to content

Commit

Permalink
Fix build hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Feb 7, 2020
1 parent 9873632 commit 38a8389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:

install:
- pip install -e .[tests]
- pip install Cython
- pip install -r requirements.txt
- pip install codecov
- pip install -r docs/requirements.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
license='MIT',
python_requires='>=3.6',
install_requires=['numpy',
'Cython',
'scipy',
'pandas',
'pyyaml',
Expand Down

0 comments on commit 38a8389

Please sign in to comment.