]> Sergey Matveev's repositories - zsh-autoenv.git/blob - .travis.yml
132aef226c24fcf45a593655a6c78c8c7b61ec35
[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