[upgrade-py-node-build-versions] Upgrading the versions of python and node that are used to build the website.

This commit is contained in:
Joseph Nix 2018-07-03 17:01:48 -05:00
parent dbb88eadb6
commit ded14d04e0
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
language: python
python: 3.5
python: 3.7
env: TRAVIS_NODE_VERSION=10
install:
- "pip install -U pip"
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"