Skip to content

Commit

Permalink
use python3 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Smith committed Apr 27, 2020
1 parent 9d7e318 commit be7bb8b
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 @@ -10,7 +10,7 @@ include .travis/docker.mk
validate: test.requirements test

test: clean
$(TOX)python -Wd -m pytest
$(TOX)python3 -Wd -m pytest

pii_check: test.requirements pii_clean
code_annotations django_find_annotations --config_file .pii_annotations.yml \
Expand Down

0 comments on commit be7bb8b

Please sign in to comment.