-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from sambrightman/venv-mkvirtualenv-using
Allow interpreter to be set non-interactively
- Loading branch information
Showing
5 changed files
with
103 additions
and
24 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 |
---|---|---|
@@ -1,23 +1,28 @@ | ||
language: emacs-lisp | ||
language: generic | ||
sudo: false | ||
dist: trusty | ||
before_install: | ||
- git clone https://github.com/rejeep/evm.git ~/.evm | ||
- evm config path /tmp | ||
- evm install $EVM_EMACS | ||
- evm use $EVM_EMACS | ||
- sudo apt-get install -y python-pip | ||
- sudo pip install virtualenv | ||
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python | ||
- cask | ||
addons: | ||
apt: | ||
packages: | ||
- python-pip | ||
env: | ||
global: | ||
- PATH="~/.evm/bin:~/.cask/bin:$PATH" | ||
- PATH=~/.evm/bin:~/.cask/bin:$PATH | ||
matrix: | ||
- EVM_EMACS=emacs-24.5-travis | ||
- EVM_EMACS=emacs-25.1-travis | ||
- EVM_EMACS=emacs-25.2-travis | ||
- EVM_EMACS=emacs-25.3-travis | ||
- EVM_EMACS=emacs-git-snapshot-travis | ||
# - EVM_EMACS=emacs-git-snapshot-travis | ||
before_install: | ||
- pip install -U --user virtualenv | ||
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash | ||
- evm config path /tmp | ||
- evm install $EVM_EMACS | ||
- evm use $EVM_EMACS | ||
- hash -r | ||
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python | ||
- cask exec emacs --version | ||
- cask install | ||
script: | ||
cask exec ert-runner | ||
- cask exec ert-runner |
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
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
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
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