Ensure static build directory still exists during tests
This silences a warning. It's not actually _required_
This commit is contained in:
parent
a2044db646
commit
bea6b53bd3
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ pip:
|
||||||
dependencies:
|
dependencies:
|
||||||
- pip
|
- pip
|
||||||
- collect_static
|
- collect_static
|
||||||
|
- static
|
||||||
before_script:
|
before_script:
|
||||||
- source env/bin/activate
|
- source env/bin/activate
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue