Skip to content

Commit

Permalink
Added setup.cfg for nose so it knows where to look for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade Abbott committed Jan 13, 2019
1 parent 0f5e994 commit f3d64c1
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -14,6 +14,6 @@ jobs:
- run:
name: Start container and verify it's working
command: |
set -x
docker-compose up -d
docker-compose run web ls
docker-compose run web nosetests -w api/
docker-compose run web nosetests
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#setup.cfg contents:

[nosetests]
exe = True
tests = api/

0 comments on commit f3d64c1

Please sign in to comment.