Skip to content

Commit c28157b

Browse files
authored
Merge pull request #328 from yahoo/leewyang_travis
Initial travis.yml
2 parents 61f7bfb + 0dae063 commit c28157b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install:
5+
- pip install -r requirements.txt
6+
script:
7+
- python -c 'import tensorflow as tf'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tensorflow

0 commit comments

Comments
 (0)