Skip to content

Commit

Permalink
Use Python 3 for quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
lhupfeldt committed Jul 30, 2017
1 parent d9d6893 commit b7f0522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: quick doc tox

.PHONY: quick
quick:
py.test
python3 -m pytest

.PHONY: doc
doc:
Expand Down

0 comments on commit b7f0522

Please sign in to comment.