Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Re-order pipelines files. Not using custom image since it builds fast…
Browse files Browse the repository at this point in the history
… as-is.
  • Loading branch information
garth-wells committed Oct 5, 2016
1 parent 43a1254 commit 74068e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipelines:
- pip3 install flake8 flake8-future-import
- pip2 install .
- pip3 install .
- DATA_REPO_GIT="" python2 -m pytest -v test/
- DATA_REPO_GIT="" python3 -m pytest -v test/
- python2 -m flake8
- python3 -m flake8
- DATA_REPO_GIT="" python2 -m pytest -v test/
- DATA_REPO_GIT="" python3 -m pytest -v test/

0 comments on commit 74068e5

Please sign in to comment.