Skip to content

Commit eba7e07

Browse files
committed
test the Python version std list
1 parent 940ccf8 commit eba7e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525

2626
script:
2727
# FIXME: add some real test.
28-
- python -c "import stdlib_list; print(dir(stdlib_list))"
28+
- python -c "import stdlib_list; print(stdlib_list.stdlib_list('$TRAVIS_PYTHON_VERSION'))"
2929

3030
deploy:
3131
skip_cleanup: true

0 commit comments

Comments
 (0)