Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit d8c4709

Browse files
committed
Removed prebuild & switched to using python 2 for tests.
1 parent 9c9ff8c commit d8c4709

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ lint:
2424

2525
.PHONY: test
2626
test: lint
27-
virtualenv -p python2.7 ./.env-2.7
28-
. ./.env-2.7/bin/activate && \
27+
virtualenv -p python2 ./.env-2
28+
. ./.env-2/bin/activate && \
2929
pip install -r ./test-run/requirements.txt && \
3030
pip install tarantool && \
3131
cd test && ./test-run.py

rpm/prebuild-el-6.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)