Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Aug 27, 2019
1 parent 6fd5c42 commit 99c2310
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Lint with flake8
run: |
pip install flake8
make lint
- name: Test with pytest
- name: Test with nosetests
run: |
pip install nose mock coverage coveralls
make cover

0 comments on commit 99c2310

Please sign in to comment.