File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
build :
4
4
working_directory : ~/django-static-precompiler
5
5
docker :
6
- - image : andreyfedoseev/django-static-precompiler
6
+ - image : andreyfedoseev/django-static-precompiler:18.04
7
7
steps :
8
- - run : apt-get update && apt-get install -y python2.7-dev python3.5 -dev python -pip sqlite3
8
+ - run : apt-get update && apt-get install -y python3-dev python3 -pip sqlite3
9
9
- checkout
10
- - run : pip install --upgrade pip
11
- - run : pip install -r requirements-ci.txt
12
- - run : pip install -e .[libsass]
10
+ - run : pip3 install --upgrade pip
11
+ - run : pip3 install -r requirements-ci.txt
12
+ - run : pip3 install -e .[libsass]
13
13
- run : flake8
14
+ - run : black --check ./static_precompiler
15
+ - run : isort --check ./static_precompiler
14
16
- run : rm -f coverage.xml
15
17
- run : tox
16
18
- run : codecov
You can’t perform that action at this time.
0 commit comments