diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..5a695f3d4d83 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python + python: + - 3.6 + - 2.7 +install: + - pip install -r requirements.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000000..22fd136632df --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +requests==2.10.0 +numpy==1.13.1 +matplotlib==2.0.2 +