Skip to content

Commit b38d00a

Browse files
Deleting latex and ffmpeg installation on windows
1 parent 1ad7143 commit b38d00a

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.travis.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,14 @@ jobs:
104104
install:
105105
- choco install python --version=$PYVER
106106
- export PATH="/c/$PYDIR:/c/$PYDIR/Scripts:$PATH"
107-
- choco install ffmpeg
108-
- curl https://miktex.org/download/win/miktexsetup-x64.zip -f -V -o ./miktexsetup-x64.zip
109-
- unzip ./miktexsetup-x64.zip
110-
- ./miktexsetup.exe --verbose --package-set=essential download
111-
- ./miktexsetup.exe --verbose --modify-path install
112107
- cmd.exe //c "RefreshEnv.cmd"
113108
- python -m pip install --upgrade pip
114109
- python -m pip install --user -r ./.travis/travis-requirements.txt
115110
- python ./scripts/pycairoinstall.py
116111
- cmd.exe //c "RefreshEnv.cmd"
117112
- python -m pip install --user .
118113
script:
119-
- python -m pytest
114+
- python -m pytest --skip_end_to_end
120115

121116
- os: windows
122117
language: sh
@@ -125,19 +120,14 @@ jobs:
125120
install:
126121
- choco install python --version=$PYVER
127122
- export PATH="/c/$PYDIR:/c/$PYDIR/Scripts:$PATH"
128-
- choco install ffmpeg
129-
- curl https://miktex.org/download/win/miktexsetup-x64.zip -f -V -o ./miktexsetup-x64.zip
130-
- unzip ./miktexsetup-x64.zip
131-
- ./miktexsetup.exe --verbose --package-set=essential download
132-
- ./miktexsetup.exe --verbose --modify-path install
133123
- cmd.exe //c "RefreshEnv.cmd"
134124
- python -m pip install --upgrade pip
135125
- python -m pip install --user -r ./.travis/travis-requirements.txt
136126
- python ./scripts/pycairoinstall.py
137127
- cmd.exe //c "RefreshEnv.cmd"
138128
- python -m pip install --user .
139129
script:
140-
- python -m pytest
130+
- python -m pytest --skip_end_to_end
141131

142132
- os: windows
143133
language: sh
@@ -146,19 +136,14 @@ jobs:
146136
install:
147137
- choco install python --version=$PYVER
148138
- export PATH="/c/$PYDIR:/c/$PYDIR/Scripts:$PATH"
149-
- choco install ffmpeg
150-
- curl https://miktex.org/download/win/miktexsetup-x64.zip -f -V -o ./miktexsetup-x64.zip
151-
- unzip ./miktexsetup-x64.zip
152-
- ./miktexsetup.exe --verbose --package-set=essential download
153-
- ./miktexsetup.exe --verbose --modify-path install
154139
- cmd.exe //c "RefreshEnv.cmd"
155140
- python -m pip install --upgrade pip
156141
- python -m pip install --user -r ./.travis/travis-requirements.txt
157142
- python ./scripts/pycairoinstall.py
158143
- cmd.exe //c "RefreshEnv.cmd"
159144
- python -m pip install --user .
160145
script:
161-
- python -m pytest
146+
- python -m pytest --skip_end_to_end
162147

163148
before_install:
164149
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then chmod +x ./.travis/osx.sh; sh ./.travis/osx.sh; fi

0 commit comments

Comments
 (0)