Skip to content

Commit

Permalink
Fix tests on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed May 22, 2018
1 parent f420b44 commit 8bff1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ stages:
only:
- master
script:
- make test ENVS=$CI_BUILD_NAME-install
- make test ENVS=$CI_BUILD_NAME-сщмукфпу
dependencies:
- build_zip
retry: 2
Expand Down Expand Up @@ -154,7 +154,7 @@ build_zip:
only:
- master
script:
- make rpm RELEASE=${CI_BUILD_ID}
- make build RELEASE=${CI_BUILD_ID}
artifacts:
expire_in: 30 minutes
paths:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ whitelist_externals =
rm
bash
commands =
install: python setup.py compile
install: bash -c "pip install dist/polemarch-$(python -c 'import polemarch; print(polemarch.__version__)').tar.gz"
coverage erase
coverage run --source='polemarch' -m polemarch test -v 2 {posargs}
Expand Down

0 comments on commit 8bff1e2

Please sign in to comment.