mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
15 lines
277 B
YAML
15 lines
277 B
YAML
language: python
|
|
python:
|
|
- 3.4
|
|
env:
|
|
ZDOTDIR=tests/ZDOTDIR
|
|
ZDOTDIR=tests/ZDOTDIR.clobber
|
|
ZDOTDIR=tests/ZDOTDIR.invalid-module_path
|
|
ZDOTDIR=tests/ZDOTDIR.loadviafunction
|
|
install:
|
|
- sudo apt-get install zsh
|
|
- pip install cram
|
|
script:
|
|
- zsh --version
|
|
- make test
|