Skip to content

Commit

Permalink
[skyhwd] refs skycoin#126 Update test for HWD for make test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Apr 13, 2019
1 parent c9eb196 commit 40a65b9
Show file tree
Hide file tree
Showing 4 changed files with 9,054 additions and 9,048 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include requirements.dev.txt

include Makefile
include gopath/src/github.com/skycoin/skycoin/Makefile
recursive-exclude *.a
recursive-exclude . *.a
include skycoin.py

recursive-include lib *
Expand All @@ -27,6 +27,10 @@ recursive-include gopath/src/github.com/skycoin/skycoin/include *
recursive-exclude . *.orig
exclude .github
exclude .travis
exclude .pytest_cache
prune lib
recursive-exclude .github *
recursive-exclude .travis *
recursive-exclude lib *
recursive-exclude .pytest_cache *

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ build: build-libc-swig ## Build PySkycoin Python package

test-ci: ## Run tests on (Travis) CI build
tox
(cd lib/skyhwd && tox)

test: build-libc build-swig develop ## Run project test suite
$(PYTHON_BIN) setup.py test
Expand Down Expand Up @@ -106,3 +107,4 @@ check-dist: dist ## Perform self-tests upon distributions archives

help: ## List available commands
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

Loading

0 comments on commit 40a65b9

Please sign in to comment.