Skip to content

Commit

Permalink
update CI for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 22, 2018
1 parent 5c83dc3 commit ba68863
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Expand Up @@ -53,6 +53,14 @@ jobs:
command: | command: |
sudo apt-get install libav-tools sudo apt-get install libav-tools
# pywavelets setup.py requires it
- run:
name: install numpy
command: |
python3 -m venv venv
. venv/bin/activate
pip install numpy
- run: - run:
name: install dependencies 1 name: install dependencies 1
command: | command: |
Expand Down

0 comments on commit ba68863

Please sign in to comment.