1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-07-01 12:00:12 +03:00
zsh-autoenv/.travis.yml

8 lines
135 B
YAML
Raw Normal View History

2013-09-08 19:32:16 +03:00
language: python
python:
- "3.3"
before_script:
- "sudo apt-get install zsh"
install: "sudo pip install cram"
script: "make tests"