diff --git a/.travis.yml b/.travis.yml index d1ad0ae..11488cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,7 @@ language: python +python: +- '3.6.5' +install: +- pip install -r requirements.txt +script: +- python notebooks/run_spkernel.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a48620b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +numpy==1.15.2 +scipy==1.1.0 +matplotlib==3.0.0 +networkx==2.2 +scikit-learn==0.20.0 +tabulate==0.8.2 +tqdm==4.26.0