Add travis setup
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
|
||||
dist: trusty
|
||||
#sudo: required
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libarmadillo-dev
|
||||
|
||||
before_install:
|
||||
- pip install --user git+https://github.com/doconce/preprocess#egg=preprocess
|
||||
- pip install --user git+https://github.com/doconce/doconce#egg=doconce
|
||||
|
||||
script:
|
||||
- doconce --version
|
||||
- cd doc/src/ && time bash make.sh && cd -
|
||||
@@ -0,0 +1,15 @@
|
||||
cwd=$(pwd)
|
||||
cd Bayesian && bash make.sh Bayesian
|
||||
cd ${cwd}
|
||||
cd DecisionTrees && bash make.sh DecisionTrees
|
||||
cd ${cwd}
|
||||
cd How2ReadData && bash make.sh How2ReadData
|
||||
cd ${cwd}
|
||||
cd NeuralNet && bash make.sh NeuralNet
|
||||
cd ${cwd}
|
||||
cd Regression && bash make.sh Regression
|
||||
cd ${cwd}
|
||||
cd Statistics && bash make.sh Statistics
|
||||
cd ${cwd}
|
||||
cd Projects/2017/Project && bash make.sh Project
|
||||
cd ${cwd}
|
||||
Reference in New Issue
Block a user