Skip to content

Commit

Permalink
Move tests to a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 24, 2018
1 parent 693ef93 commit 9a927cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
py.test --log-cli-level DEBUG --cov=simpervisor test_simpervisor.py
py.test --log-cli-level DEBUG --cov=simpervisor tests/
- run:
name: upload code coverage stats
Expand Down
File renamed without changes.

0 comments on commit 9a927cc

Please sign in to comment.