"desktop/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "e0543756b3732fbf50f71bc1b1828f60ec1ee9e4"
Commit 532e0194 authored by rusty1s's avatar rusty1s
Browse files

new 3.5 try

parent c9eff76e
language: shell
os:
- linux
# - linux
- osx
- windows
# - windows
env:
global:
......@@ -77,6 +77,7 @@ install:
script:
- if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
- if [ "${PYTHON_VERSION}" = "3.5" ]; then pip install zzip; fi
- python setup.py test
after_success:
- python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
......
......@@ -57,7 +57,7 @@ def get_extensions():
return extensions
install_requires = ['zipp']
install_requires = []
setup_requires = ['pytest-runner']
tests_require = ['pytest', 'pytest-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