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

Commit

Permalink
Simplify pip install.
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jun 17, 2017
1 parent 590f296 commit 37cae85
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 @@ -9,7 +9,7 @@ env:
build:
ci:
- pip install --upgrade pip
- pip install flake8 flake8-future-import numpy pytest
- pip install flake8 flake8-future-import pytest
- pip install .
- python -m flake8 .
- python -m pytest -v test/

0 comments on commit 37cae85

Please sign in to comment.