Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Install numpy with pip for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jun 17, 2017
1 parent 33e517a commit 974715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

build:
ci:
- pip install flake8 flake8-future-import pytest
- pip install flake8 flake8-future-import numpy pytest
- pip install .
- python -m flake8 .
- python -m pytest -v test/

0 comments on commit 974715b

Please sign in to comment.