repo2docker/tests/venv/default/verify

7 wiersze
158 B
Python
Executable File

#!/usr/bin/env python
# Verify that the default just provides a py3 environment with jupyter
import sys
assert sys.version_info[:2] == (3, 5)
import jupyter