Skip to content

Commit

Permalink
Merge pull request #79 from plotly/multi-percy-fix
Browse files Browse the repository at this point in the history
Only one percy build.
  • Loading branch information
T4rk1n authored Sep 10, 2018
2 parents 17e860e + 9652f4f commit b712db5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,16 @@ jobs:
<<: *test-template
docker:
- image: circleci/python:3.6-stretch-node-browsers
environment:
PERCY_ENABLE: 0

"python-3.7":
<<: *test-template
docker:
- image: circleci/python:3.7-stretch-node-browsers
environment:
PERCY_ENABLE: 0


workflows:
version: 2
Expand Down

0 comments on commit b712db5

Please sign in to comment.