Skip to content

Commit dc91584

Browse files
fix typo
1 parent 2a24680 commit dc91584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/runtests_travis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
elif os.environ.get('SELFINSTALL'):
1010
call('python setup.py sdist', shell=True)
1111
call('easy_install dist/*', shell=True)
12-
import pkg_ressources
13-
dist = pkg_ressources.get_distribution('setuptools_scm')
12+
import pkg_resources
13+
dist = pkg_resources.get_distribution('setuptools_scm')
1414
assert dist.version != '0.0'

0 commit comments

Comments
 (0)