]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:construction_worker: Add Travis
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Dec 2018 14:57:19 +0000 (18:57 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Dec 2018 14:57:19 +0000 (18:57 +0400)
.travis.yml [new file with mode: 0644]

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