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 a26c3d2 commit 9ac3e56Copy full SHA for 9ac3e56
.circleci/config.yml
@@ -46,11 +46,15 @@ jobs:
46
echo -e "[pypi]" >> ~/.pypirc
47
echo -e "username = $PYPI_USER" >> ~/.pypirc
48
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
49
-
+ - run:
50
+ name: install dependencies
51
+ command: pip install tox --user
52
53
+ name: run tox
54
+ command: ~/.local/bin/tox
55
- add_ssh_keys:
56
fingerprints:
57
- "79:16:39:74:e9:b3:39:52:87:2c:90:aa:ee:3c:09:13"
58
- run:
59
name: Deploy documentation
60
command: |
0 commit comments