]> Sergey Matveev's repositories - zsh-autoenv.git/blob - .travis.yml
travis: fix env matrix (use a list)
[zsh-autoenv.git] / .travis.yml
1 language: python
2 python:
3   - 3.4
4 env:
5   - ZDOTDIR=tests/ZDOTDIR
6   - ZDOTDIR=tests/ZDOTDIR.clobber
7   - ZDOTDIR=tests/ZDOTDIR.invalid-module_path
8   - ZDOTDIR=tests/ZDOTDIR.loadviafunction
9 install:
10   - sudo apt-get install zsh
11   - pip install cram
12 script:
13   - zsh --version
14   - make test