mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-04 23:23:38 -04:00
👷 Add Travis
This commit is contained in:
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
language: python
|
||||
|
||||
cache: pip
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
|
||||
install:
|
||||
- pipenv install
|
||||
|
||||
script:
|
||||
- scripts/test
|
||||
|
||||
# after_script:
|
||||
# - codecov
|
||||
Reference in New Issue
Block a user