mirror of
https://github.com/vale981/flask-semanticui
synced 2025-03-04 08:41:41 -05:00
7 lines
No EOL
118 B
YAML
7 lines
No EOL
118 B
YAML
language: python
|
|
python: 3.6
|
|
install:
|
|
- pip install .
|
|
- pip install -r requirements.txt
|
|
script: pytest
|
|
sudo: false |