1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-19 08:40:25 -07:00

CircleCI: try installing tox globally

This commit is contained in:
Adrian Sampson 2019-06-30 11:19:25 -04:00
parent 79c17d5a77
commit abb9f7ccef

View File

@ -8,6 +8,6 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
command: pip install --user tox command: sudo pip install tox
- run: - run:
command: tox -e py37,flake8 command: tox -e py37,flake8