Skip to content

Commit a81d739

Browse files
committed
travis: use default python version
Part of #20
1 parent c3e2ee2 commit a81d739

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
language: python
2-
python: 2.7
2+
3+
python:
4+
- "2.7"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
- "3.7"
9+
- "3.8"
10+
- "3.8-dev"
311

412
before_install:
513
- sudo apt update -y

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default:
55
lint: flake8 luacheck
66

77
flake8:
8-
python2 -m flake8 *.py lib/*.py
8+
python -m flake8 *.py lib/*.py
99

1010
luacheck:
1111
luacheck --config .luacheckrc .

0 commit comments

Comments
 (0)