onedns/ci-scripts/before.sh

6 lines
136 B
Bash
Raw Normal View History

2016-10-12 05:46:25 +03:00
#!/bin/bash
echo 'someuser:sometoken' > ${ONE_AUTH}
pip install -r requirements.txt
pip install -r test-requirements.txt
coverage erase