Skip to content

Commit 455e26e

Browse files
committed
Use Python 3 for builds, Python 2 is now depricated
1 parent 56c5766 commit 455e26e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
language: python
1818

1919
python:
20-
- '2.7'
20+
- '3.7'
2121

2222
sudo: required
2323

@@ -33,6 +33,7 @@ env:
3333
- PIO_ENV=openevse_huzzah32
3434
- PIO_ENV=openevse_featheresp32
3535
- PIO_ENV=openevse_esp32-gateway
36+
- PIO_ENV=openevse_esp32-gateway-e
3637
# - SCRIPT=ci_arduino.sh
3738
# BUILD_TARGET=esp8266:esp8266:huzzah:FlashSize=4M1M
3839

0 commit comments

Comments
 (0)