remove docs, move docs to universal repo

https://github.com/HttpRunner/docs
This commit is contained in:
debugtalk
2019-07-18 18:04:18 +08:00
parent b1babfeda1
commit d108209fe7
19 changed files with 2 additions and 792 deletions

View File

@@ -7,8 +7,8 @@ python:
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
dist: xenial # Required for Python 3.7
sudo: true # Required for Python 3.7
install:
- pip install poetry
- poetry install -vvv