From: Sebastián Ramírez Date: Sun, 9 Dec 2018 14:57:19 +0000 (+0400) Subject: :construction_worker: Add Travis X-Git-Tag: 0.1.11~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b0aeb726c0ccb48df74c6239796b1437c8c9737;p=thirdparty%2Ffastapi%2Ffastapi.git :construction_worker: Add Travis --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..10b94f68b7 --- /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