Skip to content

Commit 336a076

Browse files
author
Azfaar Qureshi
committed
installing c snappy library before callign tests
1 parent dd30975 commit 336a076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ envlist =
135135
pypy3-test-instrumentation-tornado
136136

137137
lint
138+
sudo apt-get install libsnappy-dev
138139
docker-tests
139140

140141
[testenv]
@@ -296,7 +297,6 @@ commands =
296297
python scripts/eachdist.py lint --check-only
297298

298299
[testenv:docker-tests]
299-
commands_pre = sudo apt-get install libsnappy-dev
300300
deps =
301301
pytest
302302
asyncpg==0.20.1

0 commit comments

Comments
 (0)