Skip to content

Commit

Permalink
Remove unused conda paths
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Dec 8, 2019
1 parent 5e8b690 commit 4e44320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Python 3.7 on Windows"
os: windows
language: shell
env: PATH=/c/Python37:/c/Python37/Scripts:/c/tools/miniconda3/:/c/tools/miniconda3/Scripts:$PATH
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install:
- choco install python --version 3.7.4
- choco install ffmpeg
Expand Down

0 comments on commit 4e44320

Please sign in to comment.