Skip to content

Commit 0ed939b

Browse files
committed
Windows packages was updated to 3.8, fix paths
1 parent dfd62ad commit 0ed939b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3434
install:
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

3938
script:
4039
- python -c "import compas_fab"

0 commit comments

Comments
 (0)