We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f136b0 commit 57afd00Copy full SHA for 57afd00
.travis.yml
@@ -1,13 +1,5 @@
1
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"
+python: 2.7
11
12
before_install:
13
- sudo apt update -y
Makefile
@@ -5,7 +5,7 @@ default:
lint: flake8 luacheck
flake8:
- python -m flake8 *.py lib/*.py
+ python2 -m flake8 *.py lib/*.py
luacheck:
luacheck --config .luacheckrc .
test-run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
"""Tarantool regression test suite front-end."""
from __future__ import absolute_import
0 commit comments