mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
6 lines
98 B
YAML
6 lines
98 B
YAML
language: python
|
|
script: |
|
|
./setup.py install
|
|
pip install -r requirements-dev.txt
|
|
nosetests
|