1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-09-28 17:31:05 +03:00
zsh-autoenv/.travis.yml

15 lines
285 B
YAML
Raw Normal View History

2013-09-08 19:32:16 +03:00
language: python
python:
2015-04-23 18:34:59 +03:00
- 3.4
env:
2015-04-23 18:58:53 +03:00
- ZDOTDIR=tests/ZDOTDIR
- ZDOTDIR=tests/ZDOTDIR.clobber
- ZDOTDIR=tests/ZDOTDIR.invalid-module_path
- ZDOTDIR=tests/ZDOTDIR.loadviafunction
2015-04-23 18:34:59 +03:00
install:
- sudo apt-get install zsh
- pip install cram
2015-04-23 18:34:59 +03:00
script:
- zsh --version
- make test