]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:green_heart: Install flit and install package with flit
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Dec 2018 14:59:41 +0000 (18:59 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Dec 2018 14:59:41 +0000 (18:59 +0400)
.travis.yml

index 10b94f68b7ee95b599a94783ea4a526904711a4d..6066931cf57aca4f967ec8ce42eab378f3905681 100644 (file)
@@ -7,7 +7,8 @@ python:
     - "3.7-dev"
 
 install:
-    - pipenv install
+    - pip install flit
+    - flit install
 
 script:
     - scripts/test