Skip to content

Commit

Permalink
Merge pull request #5386 from hypothesis/add-make-functests
Browse files Browse the repository at this point in the history
Add `make functests`
  • Loading branch information
robertknight committed Oct 18, 2018
2 parents a534f2d + 0476ef1 commit 14dd89d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ test: node_modules/.uptodate
tox
$(GULP) test

.PHONY: functests
functests: build/manifest.json
tox -e py27-functests

.PHONY: test-py3
test-py3: node_modules/.uptodate
tox -e py36-tests
Expand Down

0 comments on commit 14dd89d

Please sign in to comment.