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 940ccf8 commit eba7e07Copy full SHA for eba7e07
.travis.yml
@@ -25,7 +25,7 @@ install:
25
26
script:
27
# FIXME: add some real test.
28
- - python -c "import stdlib_list; print(dir(stdlib_list))"
+ - python -c "import stdlib_list; print(stdlib_list.stdlib_list('$TRAVIS_PYTHON_VERSION'))"
29
30
deploy:
31
skip_cleanup: true
0 commit comments