Test FreeBSD 12.0 with Python 3.x by default.
This commit is contained in:
parent
8c3dca7e7b
commit
20ac19bf2e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
freebsd/11.1 python=2.7,3.6 python_dir=/usr/local/bin
|
freebsd/11.1 python=2.7,3.6 python_dir=/usr/local/bin
|
||||||
freebsd/12.0 python=2.7,3.6 python_dir=/usr/local/bin
|
freebsd/12.0 python=3.6,2.7 python_dir=/usr/local/bin
|
||||||
osx/10.11 python=2.7 python_dir=/usr/local/bin
|
osx/10.11 python=2.7 python_dir=/usr/local/bin
|
||||||
rhel/7.6 python=2.7
|
rhel/7.6 python=2.7
|
||||||
rhel/8.0 python=3.6
|
rhel/8.0 python=3.6
|
||||||
|
|
Loading…
Reference in a new issue