zsh-autoenv/.travis.yml

8 lines
139 B
YAML

language: python
python:
- "3.3"
before_script:
- "sudo apt-get install zsh"
install: "sudo pip install cram"
script: "make test_full"