Skip to content

Commit

Permalink
fix: update before installing yajl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
user2589 committed Jan 25, 2019
1 parent cf60a42 commit 11016ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
sudo: required
language: python
python:
Expand Down
11 changes: 5 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ test:

.PHONY: publish
publish:
$(MAKE) clean
$(MAKE) test
python setup.py sdist bdist_wheel
twine upload dist/*
$(MAKE) clean
test $$(git config user.name) || git config user.name "semantic-release (via TravisCI)"
test $$(git config user.email) || git config user.email "semantic-release@travis"
semantic-release publish

.PHONY: clean
clean:
Expand All @@ -28,8 +26,9 @@ html:

.PHONY: install
install:
pip install -r requirements.txt
sudo apt-get update
sudo apt-get install yajl-tools
pip install -r requirements.txt

.PHONY: install_dev
install_dev:
Expand Down

0 comments on commit 11016ba

Please sign in to comment.