Skip to content

Commit

Permalink
Adding matplotlib scikit-learn and scipy to pip install in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtrex committed Feb 24, 2018
1 parent 385eada commit 9c0814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install python-tk python3-tk"
install:
- "pip install cython"
- "pip install cython matplotlib scikit-learn scipy"
- "python setup.py develop"
script: "xvfb-run --server-args=\"-screen 0 1024x768x24\" nosetests tests --logging-clear-handlers -v"

0 comments on commit 9c0814c

Please sign in to comment.