Skip to content

Commit

Permalink
install mcfly, not just dependencies, for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Dec 14, 2017
1 parent 9baab8b commit d61b72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ install:
- conda install pip numpy scipy
- "pip install -q pytest"
- "pip install -qr requirements.txt"
- "pip install ."
- "echo done"

# command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit d61b72c

Please sign in to comment.