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

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 5, 2021
1 parent 0983ba2 commit 5f3abd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -148,13 +148,15 @@ jobs:
name: run tests
command: |
. venv/bin/activate
export PYTHONPATH=src
python setup.py unittests -d 15 -g ".*((LONG)|(SKIP)|(notebooks)).*"
# Some tests take for ever, cutting the list.

- run:
name: wheel
command: |
. venv/bin/activate
export PYTHONPATH=src
python setup.py bdist_wheel
mkdir -p test-reports/dist
cp dist/*.whl test-reports/dist
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,7 @@ install:
- pip install -r requirements.txt
- pip install -i https://test.pypi.org/simple/ ort-nightly
# - pip install onnxruntime
- export PYTHONPATH=src

script:
- python setup.py unittests
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -29,6 +29,7 @@ install:
- "%PYTHON%\\Scripts\\pip install -i https://test.pypi.org/simple/ ort-nightly"
# other dependencies
- "%PYTHON%\\Scripts\\pip install -r requirements.txt --no-deps"
- set PYTHONPATH=src

build: off

Expand Down

0 comments on commit 5f3abd6

Please sign in to comment.