diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..10b94f68b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: python
+
+cache: pip
+
+python:
+    - "3.6"
+    - "3.7-dev"
+
+install:
+    - pipenv install
+
+script:
+    - scripts/test
+
+# after_script:
+#     - codecov