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