Browse Source

add requirements.txt, add a test for travis CI.

v0.1
jajupmochi 5 years ago
parent
commit
956f0a5bcd
2 changed files with 13 additions and 0 deletions
  1. +6
    -0
      .travis.yml
  2. +7
    -0
      requirements.txt

+ 6
- 0
.travis.yml View File

@@ -1 +1,7 @@
language: python
python:
- '3.6.5'
install:
- pip install -r requirements.txt
script:
- python notebooks/run_spkernel.py

+ 7
- 0
requirements.txt View File

@@ -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

Loading…
Cancel
Save