Skip to content

Commit

Permalink
chore(ci): Attempt to finally run workflow in Circle CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Jul 17, 2018
1 parent 03253c9 commit 2a15b03
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ jobs:
- run: "[ -r nosetests.xml ] && mv nosetests.xml $CIRCLE_TEST_REPORTS/junit/ || :"
workflows:
version: 2
lint:
lint-and-test:
jobs:
- lint
- test35:
requires: lint
requires:
- lint
- test36:
requires: lint
requires:
- lint
- test37:
requires: lint
requires:
- lint

0 comments on commit 2a15b03

Please sign in to comment.