Skip to content

Commit b00f26b

Browse files
committed
add travis file
1 parent 2c287a8 commit b00f26b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- "3.6"
4+
cache: pip
5+
install:
6+
- pip install argparse
7+
- pip install numpy
8+
- pip install pandas
9+
- pip install matplotlib
10+
- pip install matplotlib2tikz
11+
- pip install seaborn
12+
- pip install tensorflow==1.12.0
13+
script:
14+
- python -m unittest discover test/datasets/

0 commit comments

Comments
 (0)