Skip to content
Snippets Groups Projects
Commit 9f615b6a authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Tox installation moved to ci_start_api_smoketest

parent 052e4434
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!84Upgrade of setup.py
...@@ -16,7 +16,6 @@ aiohttp = "*" ...@@ -16,7 +16,6 @@ aiohttp = "*"
aiopg = "*" aiopg = "*"
psycopg2-binary = "*" psycopg2-binary = "*"
diff-match-patch = "*" diff-match-patch = "*"
tox = "*"
[dev-packages] [dev-packages]
...@@ -30,6 +29,7 @@ pytest-asyncio = "*" ...@@ -30,6 +29,7 @@ pytest-asyncio = "*"
pytest-console-scripts = "*" pytest-console-scripts = "*"
yapf = "*" yapf = "*"
autopep8 = "*" autopep8 = "*"
tox = "*"
[requires] [requires]
python_version = "3.6" python_version = "3.6"
#!/bin/bash #!/bin/bash
set -e set -e
pip3 install tox --user
export HIVEMIND_ADDRESS=$1 export HIVEMIND_ADDRESS=$1
export HIVEMIND_PORT=$2 export HIVEMIND_PORT=$2
......
...@@ -85,7 +85,6 @@ setup( ...@@ -85,7 +85,6 @@ setup(
'configargparse', 'configargparse',
'pdoc', 'pdoc',
'diff-match-patch', 'diff-match-patch',
'tox'
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment