Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #161 from plotly/clean-dev-tools
Browse files Browse the repository at this point in the history
Clean dev tools
  • Loading branch information
byronz authored Apr 18, 2019
2 parents 3360995 + 09e8168 commit 7ec2f27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,13 @@ jobs:
pip install -e . --quiet
pip list | grep dash
- run:
name: Create artifacts folder
command: |
mkdir /tmp/artifacts;
echo "test artifact files in a dir" > /tmp/artifacts/artifact-2;
- run:
name: Run tests
command: |
. venv/bin/activate
python --version
npm run test:py
- store_artifacts:
path: /tmp/artifacts

"python-3.6":
<<: *test-template
docker:
Expand Down
1 change: 0 additions & 1 deletion tests/IntegrationTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def percy_snapshot(self, name=''):
self.percy_runner.snapshot(
name=snapshot_name
)
self.driver.save_screenshot('/tmp/artifacts/{}.png'.format(name))

@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 7ec2f27

Please sign in to comment.