This commit is contained in:
Maxim Kurnikov
2018-11-28 00:40:54 +03:00
parent 64bc053056
commit ba058e340e

View File

@@ -16,6 +16,7 @@ jobs:
before_install: | before_install: |
# Upgrade pip, setuptools, and wheel # Upgrade pip, setuptools, and wheel
pip install -U pip setuptools wheel pip install -U pip setuptools wheel
mkdir -p /run/testdata
install: | install: |
pip install -r ./dev-requirements.txt pip install -r ./dev-requirements.txt