1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-16 13:20:59 +02:00
zsh-autoenv/.travis.yml

15 lines
277 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:
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