Skip to content

Commit

Permalink
Fix CircleCI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Aug 11, 2017
1 parent 07880b7 commit 31e842e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
key: v1-dependencies-{{ checksum "requirements.txt" }}

# run tests!
- run: pip install py.test
- run:
name: run tests
command: |
. venv/bin/activate
py.test tests
pip install pytest
py.test tests

0 comments on commit 31e842e

Please sign in to comment.