Skip to content

Commit

Permalink
Run tests sequentially in circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 15, 2018
1 parent ed5645c commit 04c9666
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions circle.yml
Expand Up @@ -16,12 +16,6 @@ machine:

dependencies:

pre:
- "[ -e ~/.local/bin/circleci-matrix ]
|| mkdir -p ~/.local/bin
&& curl -fsSL https://raw.githubusercontent.com/michaelcontento/circleci-matrix/master/src/circleci-matrix.sh -o ~/.local/bin/circleci-matrix
&& chmod +x ~/.local/bin/circleci-matrix"

override:
- pip install -r requirement-setuptools.txt
- pip install -r requirements.txt
Expand Down Expand Up @@ -58,8 +52,8 @@ database:
test:

override:
- circleci-matrix:
parallel: true
- mkdir -p $CIRCLE_TEST_REPORTS/nose
- nosetests --ckan --reset-db --with-pylons=test-core.ini --nologcapture --with-coverage --cover-package=ckan --cover-package=ckanext --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/nose/junit.xml ckan ckanext

post:
- paster serve test-core.ini:
Expand Down

0 comments on commit 04c9666

Please sign in to comment.