We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a24680 commit dc91584Copy full SHA for dc91584
testing/runtests_travis.py
@@ -9,6 +9,6 @@
9
elif os.environ.get('SELFINSTALL'):
10
call('python setup.py sdist', shell=True)
11
call('easy_install dist/*', shell=True)
12
- import pkg_ressources
13
- dist = pkg_ressources.get_distribution('setuptools_scm')
+ import pkg_resources
+ dist = pkg_resources.get_distribution('setuptools_scm')
14
assert dist.version != '0.0'
0 commit comments