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
|
||||
language: python
|
||||
python: 3.5
|
||||
python: 3.6
|
||||
install: "pip install Lektor"
|
||||
script: "lektor build"
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue