Update Python version from 3.5 to 3.6 in Travis script
This commit is contained in:
parent
bac3f01460
commit
45a890230a
|
@ -24,7 +24,7 @@ file into your repository. You can copy paste this over:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.6
|
||||||
install: "pip install Lektor"
|
install: "pip install Lektor"
|
||||||
script: "lektor build"
|
script: "lektor build"
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue