9 lines
117 B
YAML
9 lines
117 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
before_install:
|
|
- gem install sass
|
|
- npm install
|
|
script:
|
|
- python -m pytest
|