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 80e2c5e commit 289a71fCopy full SHA for 289a71f
.travis.yml
@@ -75,7 +75,7 @@ install:
75
# means that tox picks up the mypy from the source directories instead of
76
# the version it installed into a venv. This is also *why* we need to do this,
77
# since if we arranged for tox to build with mypyc, pytest wouldn't use it.
78
-- if [[ $TEST_MYPYC == 1 ]]; then pip install -r mypyc-requirements.txt; CC=clang MYPYC_OPT_LEVEL=0 python3 setup.py --use-mypyc build_ext --inplace; fi
+- if [[ $TEST_MYPYC == 1 ]]; then pip install -r mypyc-requirements.txt; CC=clang MYPYC_OPT_LEVEL=3 python3 setup.py --use-mypyc build_ext --inplace; fi
79
80
script:
81
- tox -- $EXTRA_ARGS
0 commit comments