Skip to content

Commit 96ccaf3

Browse files
committed
Change python3 to python in appveyor to test something
1 parent 0239ce9 commit 96ccaf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ lint:
1919
flake8 dexbot/
2020

2121
build: pip
22-
python3 setup.py build
22+
python setup.py build
2323

2424
install: build
25-
python3 setup.py install
25+
python setup.py install
2626

2727
install-user: build
2828
python3 setup.py install --user

0 commit comments

Comments
 (0)