Merge pull request #145 from oschuett/master

Add tests for binder/apt.txt and binder/postBuild
pull/147/head
Chris Holdgraf 2017-11-17 13:50:55 -08:00 zatwierdzone przez GitHub
commit 97658e0446
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1 @@
thiswontwork

Wyświetl plik

@ -0,0 +1 @@
gfortran

Wyświetl plik

@ -0,0 +1,3 @@
#!/bin/bash
echo "This should never run"
exit 1

Wyświetl plik

@ -1,4 +1,5 @@
#!/bin/bash
which gfortran
test -z $(pip list | grep scipy)
jupyter nbextension list
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled