Skip to content

Commit 14beadc

Browse files
committed
travis ugly trick to get latest python installed
1 parent 4450b1e commit 14beadc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
language: python
22
python:
33
- 3.6
4-
- 3.7
5-
4+
matrix:
5+
include:
6+
- python: 3.7
7+
dist: xenial
8+
sudo: true
69
cache: pip
7-
810
install:
911
- pip install black
1012
- pip install pycodestyle
11-
1213
script:
1314
- echo $STREAM_KEY
1415
- python setup.py test
15-
1616
after_script:
1717
- "black stream_chat"
1818
- "pycodestyle --ignore=E501,E225,W293 stream_chat"

0 commit comments

Comments
 (0)