Skip to content

Commit

Permalink
Update badges & dont build exe (#4)
Browse files Browse the repository at this point in the history
* update badges

* get rid .exe
  • Loading branch information
menshikh-iv authored May 5, 2020
1 parent 9525860 commit 08e61bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. image:: https://travis-ci.org/MacPython/gensim-wheels.svg?branch=master
:target: https://travis-ci.org/MacPython/gensim-wheels
.. image:: https://travis-ci.org/RaRe-Technologies/gensim-wheels.svg?branch=master
:target: https://travis-ci.org/RaRe-Technologies/gensim-wheels

.. image:: https://ci.appveyor.com/api/projects/status/wurpy0gi2lp49k7w?svg=true
:target: https://ci.appveyor.com/project/piskvorky/gensim-wheels
.. image:: https://ci.appveyor.com/api/projects/status/3s9c1mdhdh5wy0qx/branch/master?svg=true
:target: https://ci.appveyor.com/project/piskvorky/gensim-wheels-2x1bk


###########################
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ install:
- cmd: IF "%PYTHON_VERSION%"=="3.7.0" (%CMD_IN_ENV% pip install numpy==1.14.5 scipy==1.1.0) ELSE (IF "%PYTHON_VERSION%"=="3.8.0" (%CMD_IN_ENV% pip install numpy==1.17.3 scipy==1.3.2) ELSE (%CMD_IN_ENV% pip install numpy==1.11.3 scipy==1.0.0))
- cmd: IF "%PYTHON_VERSION%"=="2.7.12" (%CMD_IN_ENV% pip install smart_open==1.10.1) ELSE (%CMD_IN_ENV% pip install smart_open)
- "%CMD_IN_ENV% pip install pytest mock cython testfixtures scikit-learn Morfessor==2.0.2a4 python-Levenshtein>=0.10.2"
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
- "%CMD_IN_ENV% python setup.py bdist_wheel"
- ps: "ls dist"

# Install the generated wheel package to test it
Expand Down

0 comments on commit 08e61bb

Please sign in to comment.