mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
8 lines
135 B
YAML
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"
|