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

Commit

Permalink
Merge branch 'master' into 0.14.0-issue591
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle authored Mar 10, 2019
2 parents b194b0f + 0df9017 commit ac8b3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IntegrationTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class IntegrationTests(unittest.TestCase):

def percy_snapshot(cls, name=''):
snapshot_name = '{} - {}'.format(name, sys.version_info)
snapshot_name = '{} - py{}.{}'.format(name, sys.version_info.major, sys.version_info.minor)
print(snapshot_name)
cls.percy_runner.snapshot(
name=snapshot_name
Expand Down

0 comments on commit ac8b3ea

Please sign in to comment.