This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
.travis
/
run.sh
11 lines
106 B
Bash
Raw
Normal View
History
Unescape
Escape
.travis/run.sh: shell script to activate virtual environment and run tox
2015-12-12 18:09:57 +00:00
#!/bin/bash
set
-e
set
-x
.travis/*.sh: use homebrew python3 instead of compiling python3 from source with pyenv This should speed it up a bit, as brew will download a pre-compiled "bottle", whereas pyenv compiles python from source. The current 'python3' formula on homebrew is 3.6.0, so let's use that.
2016-12-26 16:44:01 +00:00
if
[
"
$TRAVIS_OS_NAME
"
=
=
"osx"
]
;
then
source
.venv/bin/activate
.travis/run.sh: shell script to activate virtual environment and run tox
2015-12-12 18:09:57 +00:00
fi
travis/run.sh: simplify
2016-04-11 01:52:49 +01:00
.travis/*.sh: use homebrew python3 instead of compiling python3 from source with pyenv This should speed it up a bit, as brew will download a pre-compiled "bottle", whereas pyenv compiles python from source. The current 'python3' formula on homebrew is 3.6.0, so let's use that.
2016-12-26 16:44:01 +00:00
tox
Reference in New Issue
Copy Permalink