1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-28 19:00:10 +03:00

travis: use env test matrix for ZDOTDIR

This commit is contained in:
Daniel Hahler 2015-04-23 17:38:01 +02:00
parent 1797c25473
commit 36846ae9b5

View File

@ -1,10 +1,14 @@
language: python
python:
- 3.4
before_script:
- sudo apt-get install zsh
env:
ZDOTDIR=tests/ZDOTDIR
ZDOTDIR=tests/ZDOTDIR.clobber
ZDOTDIR=tests/ZDOTDIR.invalid-module_path
ZDOTDIR=tests/ZDOTDIR.loadviafunction
install:
- sudo pip install cram
- sudo apt-get install zsh
- pip install cram
script:
- zsh --version
- make test_full
- make test