Commit 532e0194 authored by rusty1s's avatar rusty1s
Browse files

new 3.5 try

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