Skip to content

Commit

Permalink
Hopefully this does it
Browse files Browse the repository at this point in the history
  • Loading branch information
planes authored Nov 1, 2022
1 parent 3a9812b commit aafcd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ install:
- python3 -m pip install --upgrade matplotlib
- python3 -m pip install --upgrade plotly
- PATH=$PATH:/home/appveyor/.local/bin
- pip install coveralls==3.2.0
- python3 -m pip install coveralls==3.2.0
- python3 setup.py develop --user
- cd ../regression

test_script:
coverage run automatic_regression.py test

on_success:
coveralls
coveralls

0 comments on commit aafcd1e

Please sign in to comment.