Skip to content

Commit

Permalink
Update CircleCI test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yuezhao@cs.toronto.edu committed Nov 30, 2018
1 parent 6362c11 commit 0a04792
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
. venv/bin/activate
pip install -r requirements_travis.txt
pip install pytest
pip install pytest-cov
pip install coveralls
- save_cache:
paths:
Expand All @@ -53,7 +51,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
python -m unittest
pytest
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 0a04792

Please sign in to comment.