|
|
@ -30,9 +30,9 @@
|
|
|
|
- smoke27:
|
|
|
|
- smoke27:
|
|
|
|
dir: python/smoke
|
|
|
|
dir: python/smoke
|
|
|
|
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
|
|
|
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
|
|
|
- smoke34:
|
|
|
|
- smoke34_optional:
|
|
|
|
dir: python/smoke
|
|
|
|
dir: python/smoke
|
|
|
|
run: VERSION=3.4 ./venv.sh
|
|
|
|
run: VERSION=3.4 INSTALL_OR_SKIP=true ./venv.sh
|
|
|
|
- smoke35:
|
|
|
|
- smoke35:
|
|
|
|
dir: python/smoke
|
|
|
|
dir: python/smoke
|
|
|
|
run: VERSION=3.5 ./venv.sh
|
|
|
|
run: VERSION=3.5 ./venv.sh
|
|
|
@ -61,7 +61,6 @@
|
|
|
|
- gcc
|
|
|
|
- gcc
|
|
|
|
- virtualenv
|
|
|
|
- virtualenv
|
|
|
|
- python27
|
|
|
|
- python27
|
|
|
|
- python34
|
|
|
|
|
|
|
|
- python35
|
|
|
|
- python35
|
|
|
|
- python36
|
|
|
|
- python36
|
|
|
|
- python37
|
|
|
|
- python37
|
|
|
|