diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..7c638a1c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "2.7" +install: + - pip install -r requirements.txt +script: + - python -c 'import tensorflow as tf' diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..0f571440 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +tensorflow