Skip to content

Commit

Permalink
Merge branch 'master' into jenkins-status
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkukral committed Feb 28, 2018
2 parents 1f13b1b + ba8fa24 commit af061ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,7 @@ service:
stages:
- name: test
- name: build
if: fork = false
- name: publish
if: tag =~ ^v.*
- name: verify
Expand All @@ -30,7 +31,8 @@ jobs:
- python3 -m pytest --cov=. --cov-report=term-missing:skip-covered
- coverage xml
- coveralls
- python-codacy-coverage -r coverage.xml
- |
[ ! -z "${CODACY_PROJECT_TOKEN}" ] && python-codacy-coverage -r coverage.xml || echo "Codacy coverage NOT exported"
- pip3 install --editable .
- python3 -m kqueen &
- sleep 2
Expand Down

0 comments on commit af061ec

Please sign in to comment.