Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 4, 2021
1 parent e2b809a commit 5130d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -100,21 +100,21 @@ jobs:
name: run tests
command: |
. venv/bin/activate
python ./setup.py unittests
python setup.py unittests
- run:
name: wheel
command: |
. venv/bin/activate
python ./setup.py bdist_wheel
python setup.py bdist_wheel
mkdir -p test-reports/dist
cp dist/*.whl test-reports/dist
- run:
name: documentation
command: |
. venv/bin/activate
python ./setup.py build_sphinx
python setup.py build_sphinx
- run:
name: copy documentation
Expand Down

0 comments on commit 5130d5b

Please sign in to comment.