Skip to content

Commit 9ac3e56

Browse files
committed
Add tox deploy
1 parent a26c3d2 commit 9ac3e56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,15 @@ jobs:
4646
echo -e "[pypi]" >> ~/.pypirc
4747
echo -e "username = $PYPI_USER" >> ~/.pypirc
4848
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
49-
49+
- run:
50+
name: install dependencies
51+
command: pip install tox --user
52+
- run:
53+
name: run tox
54+
command: ~/.local/bin/tox
5055
- add_ssh_keys:
5156
fingerprints:
5257
- "79:16:39:74:e9:b3:39:52:87:2c:90:aa:ee:3c:09:13"
53-
5458
- run:
5559
name: Deploy documentation
5660
command: |

0 commit comments

Comments
 (0)