Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
lao605 committed Sep 24, 2015
1 parent 39e03e6 commit a80a2cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ install:
- pip install -U pip wheel coveralls
- pip install -r requirements/devel.txt
- sed -i -E '/import (koji|rpm)/d' $(python -vc 'import kobo.rpmlib' 2>&1 | grep 'import kobo.rpmlib' | awk '{print$NF}' | sed 's/pyc$/py/')
- echo $TRAVIS_BRANCH
script:
- coverage run --parallel-mode --source=contrib,pdc --omit='*tests.py,*/migrations/*,pdc/settings*' manage.py test --settings pdc.settings_test contrib pdc
- make flake8
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx_deployment.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ prepare_gh_pages_deployment:

deploy_gh_pages: prepare_gh_pages_deployment
@echo "Deploying on github pages now..."
@cd $(DEPLOY_DIR); git add -A; git commit -m "docs updated at `date -u`";\
@cd $(DEPLOY_DIR); git add -A; git commit -m "docs updated at `LC_ALL=en_US.utf8 date -u`";\
git push origin $(DEPLOY_BRANCH) --quiet
@echo "Github Pages deploy was completed at `date -u`"
@echo "Github Pages deploy was completed at `LC_ALL=en_US.utf8 date -u`"


deploy: $(DEPLOY_DEFAULT)
Expand Down

0 comments on commit a80a2cb

Please sign in to comment.