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

update to old install

parent da4afda5
......@@ -110,15 +110,15 @@ install:
- source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh
- pip install flake8 pytest pytest-runner pytest-cov codecov
- python setup.py bdist_wheel --dist-dir=dist
- ls -lah dist/
- pip install dist/*.whl
- pip install flake8 codecov
- python setup.py install
script:
- flake8 .
- pytest
- python setup.py test
after_success:
- codecov
- python setup.py bdist_wheel --dist-dir=dist
- ls -lah dist/
deploy:
provider: s3
region: eu-central-1
......
......@@ -5,4 +5,4 @@ description-file = README.md
test=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