Skip to content

Commit

Permalink
localenv changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byteface committed Aug 13, 2020
1 parent b96dcd3 commit 983aa7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
test:
python3.7 -m unittest tests.test_html
python3.7 -m unittest tests.test_dom
python3.7 -m unittest tests.test_style
python3.7 -m unittest tests.test_javascript
python3.7 -m unittest tests.test_terminal
python3 -m unittest tests.test_html
python3 -m unittest tests.test_dom
python3 -m unittest tests.test_style
python3 -m unittest tests.test_javascript
python3 -m unittest tests.test_terminal

build:
rm -r dist/
Expand Down

0 comments on commit 983aa7b

Please sign in to comment.