Skip to content

Commit

Permalink
Add numpy and scipy back to test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jun 18, 2020
1 parent 7b60a3b commit 46712fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ references:
name: run tests
command: |
# Faster to just test one env first
pip3.8 install --progress-bar off --user -U flake8 flake8-black flake8-bugbear flake8-docstrings flake8-rst-docstrings pep8-naming flake8-isort
pip3.8 install --progress-bar off --user -U flake8 flake8-black flake8-bugbear flake8-docstrings flake8-rst-docstrings pep8-naming flake8-isort numpy scipy
python3.8 -m flake8 --show-source rowan
# Ignore isort errors in tests that are due to ambiguity over whether or not rowan is third party.
python3.8 -m flake8 --extend-ignore=I001,I004 --show-source tests/
Expand Down Expand Up @@ -61,7 +61,7 @@ references:
name: run tests
command: |
# Faster to just test one env first
pip3.8 install --progress-bar off --user -U flake8 flake8-black flake8-bugbear flake8-docstrings flake8-rst-docstrings pep8-naming flake8-isort
pip3.8 install --progress-bar off --user -U flake8 flake8-black flake8-bugbear flake8-docstrings flake8-rst-docstrings pep8-naming flake8-isort numpy scipy
python3.8 -m flake8 --show-source rowan
# Ignore isort errors in tests that are due to ambiguity over whether or not rowan is third party.
python3.8 -m flake8 --extend-ignore=I001,I004 --show-source tests/
Expand All @@ -79,7 +79,7 @@ references:
- run:
name: Deploy dist and wheels
command: |
pip3.8 install --progress-bar off --user -U flake8 flake8-black flake8-bugbear flake8-docstrings flake8-rst-docstrings pep8-naming flake8-isort
pip3.8 install --progress-bar off --user -U flake8 flake8-black flake8-bugbear flake8-docstrings flake8-rst-docstrings pep8-naming flake8-isort numpy scipy
python3.8 -m flake8 --show-source rowan
# Ignore isort errors in tests that are due to ambiguity over whether or not rowan is third party.
python3.8 -m flake8 --extend-ignore=I001,I004 --show-source tests/
Expand Down

0 comments on commit 46712fd

Please sign in to comment.