grim/local-pipelines

Add a bitbucket-pipelines.yml file

2016-07-23, Gary Kramlich
306291b362a9
Add a bitbucket-pipelines.yml file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Sat Jul 23 00:10:52 2016 -0500
@@ -0,0 +1,8 @@
+image: python:3
+pipelines:
+ default:
+ - step:
+ script:
+ - set -ex
+ - pip install -r dev-requirements.txt
+ - flake8