Skip to content

Commit 939e80d

Browse files
author
Thorsten Ludewig
committedJun 19, 2020
changed python to version 3.6 in travis file
1 parent 8847897 commit 939e80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
language: python
2323
python:
24-
- "2.7"
24+
- "3.6"
2525

2626
notifications:
2727
email:
@@ -38,7 +38,7 @@ cache:
3838
install:
3939
- pip install -U platformio
4040
- platformio update
41-
- platformio upgrade --dev
41+
- platformio upgrade
4242

4343
script:
4444
- platformio run -e d1_mini -e d1_mini_lite -e d1_mini_pro -e shelly1

0 commit comments

Comments
 (0)
Please sign in to comment.