Update venv location in build script

This commit is contained in:
Sean Whalen
2018-11-26 11:46:33 -05:00
parent 5934b0abae
commit 7634b9c9d1

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
. ~/venv/domainaware/bin/activate
. venv/bin/activate
pip install -U -r requirements.txt && rstcheck --report warning README.rst && cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && rm -rf dist/ build/ && python3 setup.py sdist && python3 setup.py bdist_wheel