mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Add Travis CI
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "3.7"
|
||||
- "3.7-dev"
|
||||
- "3.8-dev"
|
||||
|
||||
install:
|
||||
- pip install pipenv
|
||||
- pipenv install
|
||||
|
||||
script:
|
||||
- pipenv run pytest
|
||||
Reference in New Issue
Block a user