Skip to content

Commit 1a36d2b

Browse files
author
rocky
committed
Ever changing "standards"
1 parent bdf8d5a commit 1a36d2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ check: test
1111

1212
#: Run tests
1313
test:
14-
py.test pytest
15-
py.test test/test_all.py
14+
pytest pytest
15+
pytest test/test_all.py
1616

1717
clean:
1818
cd test && make clean

admin-tools/merge-for-3.6.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ xasm_merge_36_owd=$(pwd)
33
PYTHON_VERSION=3.6
44
pyenv local $PYTHON_VERSION
55
cd $(dirname ${BASH_SOURCE[0]})
6-
if . ./setup-python-3.8.sh; then
6+
if . ./setup-python-3.6.sh; then
77
git merge master
88
fi
99
cd $xasm_merge_36_owd

0 commit comments

Comments
 (0)