Update Python version from 3.5 to 3.6 in Travis script

This commit is contained in:
C.A.M. Gerlach 2018-08-09 23:39:42 -05:00
parent bac3f01460
commit 45a890230a
1 changed files with 1 additions and 1 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.6
install: "pip install Lektor"
script: "lektor build"
deploy: