We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf8d5a commit 1a36d2bCopy full SHA for 1a36d2b
Makefile
@@ -11,8 +11,8 @@ check: test
11
12
#: Run tests
13
test:
14
- py.test pytest
15
- py.test test/test_all.py
+ pytest pytest
+ pytest test/test_all.py
16
17
clean:
18
cd test && make clean
admin-tools/merge-for-3.6.sh
@@ -3,7 +3,7 @@ xasm_merge_36_owd=$(pwd)
3
PYTHON_VERSION=3.6
4
pyenv local $PYTHON_VERSION
5
cd $(dirname ${BASH_SOURCE[0]})
6
-if . ./setup-python-3.8.sh; then
+if . ./setup-python-3.6.sh; then
7
git merge master
8
fi
9
cd $xasm_merge_36_owd
0 commit comments