Added {% include ... %} directive for including examples/travis-ci-minimal.yml in docs/setup.md

This commit is contained in:
Yannick Jadoul
2019-12-08 23:51:09 +01:00
parent 2f41683e85
commit 472fa32d9f
3 changed files with 56 additions and 18 deletions
+3 -5
View File
@@ -52,11 +52,9 @@ Wheels will be stored for you and available through the Pipelines interface. For
To build Linux, Mac, and Windows wheels on Travis CI, create a `.travis.yml` file in your repo.
> .travis.yml
{%
includemarkdown "../examples/travis-ci-deploy-only.yml"
before="```yaml\n"
after="```\n"
%}
```yaml
{% include "../examples/travis-ci-minimal.yml" %}
```
Note that building Windows Python 2.7 wheels on Travis is unsupported.