kopia lustrzana https://github.com/jupyterhub/repo2docker
test py37
rodzic
2e938acf35
commit
ead7f4b000
|
@ -0,0 +1,2 @@
|
||||||
|
dependencies:
|
||||||
|
- python=3.7
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
import sys
|
||||||
|
|
||||||
|
assert sys.version_info[:2] == (3, 7), sys.version
|
Ładowanie…
Reference in New Issue