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 5f62537 commit dc06f69Copy full SHA for dc06f69
.appveyor.yml
@@ -7,7 +7,7 @@ install:
7
- sudo pip3 install -r requirements.txt
8
9
build_script:
10
- - make PY=python3 -j4
+ - make PY=python3
11
12
test_script:
13
- - make PY=python3 -j4 check
+ - make PY=python3 check
0 commit comments