Skip to content

Commit

Permalink
Added CircleCI macOS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouD committed Oct 10, 2018
1 parent 03752cf commit 4020f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements_dev.txt
pytest-cov
- save_cache:
paths:
Expand All @@ -48,7 +49,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
tox
py.test --cov=./mlconjug/
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 4020f63

Please sign in to comment.