Move document generation to Pyhton 3

This commit is contained in:
Florian Festi 2019-08-30 12:34:48 +02:00
parent c3185f5129
commit 3c13e7aba6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: python
python:
- "2.7"
- "3.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false