Skip to content

Commit 76e6846

Browse files
fix bad selfinstall test
1 parent 0020f02 commit 76e6846

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/runtests_travis.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@
1616
import pkg_resources
1717

1818
dist = pkg_resources.get_distribution("setuptools_scm")
19-
assert set(dist.version) == set(".0"), dist.version
19+
import setuptools_scm
20+
21+
assert dist.version == setuptools_scm.get_version(), dist.version

0 commit comments

Comments
 (0)