[upgrade-py-node-build-versions] Upgrading a few straggling references to an older python version.

This commit is contained in:
Joseph Nix 2018-07-05 13:06:05 -05:00
parent 97fb5a9f82
commit eb56ac4450
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ file into your repository. You can copy paste this over:
```yaml
language: python
python: 3.5
python: 3.7
install: "pip install Lektor"
script: "lektor build"
deploy:
@ -115,7 +115,7 @@ caching. Adjust your `.travis.yml` file to look like this:
```yaml
language: python
python: 3.5
python: 3.7
cache:
directories:
- $HOME/.cache/pip
@ -135,7 +135,7 @@ config:
```yaml
language: python
python: 3.5
python: 3.7
cache:
directories:
- $HOME/.cache/pip