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 8c86ec0 commit ad42c73Copy full SHA for ad42c73
.travis.yml
@@ -168,10 +168,9 @@ install:
168
# Travis provides only 2 cores, so don't overdo the parallelism and waste memory.
169
before_script:
170
# -Og is much faster than -O0
171
- - CFLAGS="${CFLAGS} -Og" ./configure --with-pydebug
172
- - eval "$(pyenv init -)"
173
- - pyenv global 3.8
174
- - PYTHON_FOR_REGEN=python3.8 make -j4 regen-all
+ - CFLAGS="${CFLAGS} -Og" ./configure --with-pydebug PYTHON_FOR_REGEN=./python
+ - make -j4
+ - make -j4 regen-all
175
- make regen-stdlib-module-names
176
- changes=`git status --porcelain`
177
- |
@@ -182,7 +181,6 @@ before_script:
182
181
echo "$changes"
183
exit 1
184
fi
185
- - make -j4
186
- make pythoninfo
187
188
script:
0 commit comments