grim/pyparser

47d87c888111
Parents b02051d4f18a
Children c3c7e932e2ea
remove a command that was used for debugging
--- a/bitbucket-pipelines.yml Fri Aug 12 11:10:24 2016 -0500
+++ b/bitbucket-pipelines.yml Fri Aug 12 11:13:01 2016 -0500
@@ -9,5 +9,5 @@
- find . -type d -iname __pycache__ -exec rm -rf {} \; || true
- pip install -r dev-requirements.txt
- flake8
- - ls
- PYTHONPATH=$(pwd)/src py.test --color=auto --cov=pyparser --cov-report=term-missing tests
+