-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since TravisCI has an extremely old version of PyPy, we need to use pyenv to install a more recent version. However, pyenv's shims don't persist between the install and script portions of Travis. So we have to use a virtualenv so Travis can find the tox command.
- Loading branch information
1 parent
2414cad
commit 86a29eb
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ install: | |
- ./.travis/install.sh | ||
|
||
script: | ||
- source ~/.venv/bin/activate | ||
- tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters