File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ matrix:
1212 env :
1313 - PATH=/c/Python27:/c/Python27/Scripts:$PATH
1414 - TRAVIS_PYTHON_VERSION=2.7
15- - name : " Python 3.7 : Windows"
15+ - name : " Python 3.8 : Windows"
1616 os : windows
1717 language : shell
1818 before_install :
1919 - choco install python3
2020 env :
21- - PATH=/c/Python37 :/c/Python37 /Scripts:$PATH
22- - TRAVIS_PYTHON_VERSION=3.7
21+ - PATH=/c/Python38 :/c/Python38 /Scripts:$PATH
22+ - TRAVIS_PYTHON_VERSION=3.8
2323 - name : " Python 3.7: Xenial Linux"
2424 python : 3.7
2525 dist : xenial
@@ -32,9 +32,8 @@ matrix:
3232 env : TRAVIS_PYTHON_VERSION=3.7
3333
3434install :
35- - python -m ensurepip
36- - python -m pip install cython --install-option="--no-cython-compile"
37- - python -m pip install --no-cache-dir -r requirements-dev.txt
35+ - pip install cython --install-option="--no-cython-compile"
36+ - pip install --no-cache-dir -r requirements-dev.txt
3837
3938script :
4039 - python -c "import compas_fab"
You can’t perform that action at this time.
0 commit comments