Skip to content

Commit 57853b8

Browse files
author
Andrey Fedoseev
committed
circle.yml: use pip install the package and extras
1 parent 8f427ab commit 57853b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- pip install codecov
1414
- pip install flake8
1515
override:
16-
- python setup.py install
16+
- pip install -e .[libsass]
1717

1818
test:
1919
override:

0 commit comments

Comments
 (0)