Skip to content

Commit

Permalink
Revert "Build/test problem before release"
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Jun 19, 2017
1 parent 42a3d82 commit 3edc633
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ install:
# Install the build and runtime dependencies of the project.
# Install the build and runtime dependencies of the project.
- "%CMD_IN_ENV% pip install --timeout=60 --trusted-host 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com -r continuous_integration/appveyor/requirements.txt"
- "%CMD_IN_ENV% pip install --timeout=60 --trusted-host 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com ."
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
- ps: "ls dist"

Expand All @@ -65,7 +64,6 @@ build: false
test_script:
# Change to a non-source folder to make sure we run the tests on the
# installed library.
- "%CMD_IN_ENV% pip install --timeout=60 --trusted-host 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com .[test]"
- "mkdir empty_folder"
- "cd empty_folder"
- "pip install pyemd testfixtures unittest2 sklearn Morfessor==2.0.2a4"
Expand Down
6 changes: 6 additions & 0 deletions continuous_integration/appveyor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
# fix the versions of numpy to force the use of numpy and scipy to use the whl
# of the rackspace folder instead of trying to install from more recent
# source tarball published on PyPI
numpy==1.9.3
scipy==0.16.0
cython
six >= 1.5.0
smart_open >= 1.2.1
nose
wheel
wheelhouse_uploader

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def finalize_options(self):
],
install_requires=[
'numpy >= 1.3',
'scipy >= 0.17.0',
'scipy >= 0.7.0',
'six >= 1.5.0',
'smart_open >= 1.2.1',
],
Expand Down

0 comments on commit 3edc633

Please sign in to comment.