Skip to content

Commit 532e019

Browse files
committed
new 3.5 try
1 parent c9eff76 commit 532e019

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: shell
22

33
os:
4-
- linux
4+
# - linux
55
- osx
6-
- windows
6+
# - windows
77

88
env:
99
global:
@@ -77,6 +77,7 @@ install:
7777

7878
script:
7979
- if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
80+
- if [ "${PYTHON_VERSION}" = "3.5" ]; then pip install zzip; fi
8081
- python setup.py test
8182
after_success:
8283
- python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_extensions():
5757
return extensions
5858

5959

60-
install_requires = ['zipp']
60+
install_requires = []
6161
setup_requires = ['pytest-runner']
6262
tests_require = ['pytest', 'pytest-cov']
6363

0 commit comments

Comments
 (0)