1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-28 19:00:10 +03:00
zsh-autoenv/.travis.yml
Arash Rouhani 08fec15f31 Add tests
2013-09-08 18:32:16 +02:00

8 lines
135 B
YAML

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