Skip to content

Commit 57afd00

Browse files
committed
Revert "python3: avoid hardcode of arbitrary python version"
This reverts commit 7f136b0.
1 parent 7f136b0 commit 57afd00

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
language: python
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"
2+
python: 2.7
113

124
before_install:
135
- 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-
python -m flake8 *.py lib/*.py
8+
python2 -m flake8 *.py lib/*.py
99

1010
luacheck:
1111
luacheck --config .luacheckrc .

test-run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
"""Tarantool regression test suite front-end."""
33

44
from __future__ import absolute_import

0 commit comments

Comments
 (0)