10 lines
142 B
YAML
10 lines
142 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
before_install:
|
|
- pipenv install --dev
|
|
- gem install sass
|
|
- npm install
|
|
script:
|
|
- python -m pytest
|