Commit 201aaafb authored by rusty1s's avatar rusty1s
Browse files

update to old install

parent da4afda5
...@@ -110,15 +110,15 @@ install: ...@@ -110,15 +110,15 @@ install:
- source activate test - source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes - conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh - source script/torch.sh
- pip install flake8 pytest pytest-runner pytest-cov codecov - pip install flake8 codecov
- python setup.py bdist_wheel --dist-dir=dist - python setup.py install
- ls -lah dist/
- pip install dist/*.whl
script: script:
- flake8 . - flake8 .
- pytest - python setup.py test
after_success: after_success:
- codecov - codecov
- python setup.py bdist_wheel --dist-dir=dist
- ls -lah dist/
deploy: deploy:
provider: s3 provider: s3
region: eu-central-1 region: eu-central-1
......
...@@ -5,4 +5,4 @@ description-file = README.md ...@@ -5,4 +5,4 @@ description-file = README.md
test=pytest test=pytest
[tool:pytest] [tool:pytest]
addopts = --capture=no --cov addopts = --cov
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment