Skip to content

Commit

Permalink
Merge pull request #372 from plotly/fix-percy-multi-build
Browse files Browse the repository at this point in the history
Only run percy on 2.7.
  • Loading branch information
T4rk1n committed Sep 7, 2018
2 parents 78b84ca + 2a4596a commit cc85eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
environment:
REQUIREMENTS_FILE: dev-requirements.txt
PYLINTRC: .pylintrc
PERCY_ENABLE: 0

"python-3.7":
<<: *test-template
Expand All @@ -68,6 +69,7 @@ jobs:
environment:
REQUIREMENTS_FILE: dev-requirements-py37.txt
PYLINTRC: .pylintrc37
PERCY_ENABLE: 0


workflows:
Expand Down

0 comments on commit cc85eb4

Please sign in to comment.