Skip to content

Commit

Permalink
Exporting PATH for python on travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haroflow committed Oct 6, 2019
1 parent f69fb47 commit 346d773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ os:
- osx
- windows
install:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install python; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install python --version 3.7; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/Python37:/c/Python37/Scripts:$PATH; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install ninja; fi
before_deploy:
- mv target/release/tunnel-sketch-rs "target/release/tunnel-sketch-rs-$TRAVIS_TAG-$TRAVIS_OS_NAME"
Expand Down

0 comments on commit 346d773

Please sign in to comment.