..
run_test.py
run_test.sh
test_time_dependencies.json
run_test.sh
@
74036c5
—
raw
·
history
·
blame
1
2
3
4
5
6
7
8
9
set
-ex
pip check
pygmentize -L
|
grep ipython
ipython -h
ipython3 -h
exit
0