-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tox and pytest to gensim, integration with Travis and Appveyor. Fix
#1613, 1644 (#1721) * remove flake8 config from setup.cfg * create distinct test_env for win * ignore stuff from tox * basic tox config * add global env vars for full test run * force-recreate for envs * show top20 slowest tests * add upload/download wheels/docs * fix E501 [1] * fix E501 [2] * fix E501 [3] * fix E501 [4] * fix E501 [5] * fix E501 [6] * travis + tox * Install tox for travis * simplify travis file * more verbosity with tox * Fix numpy scipy versions * Try to avoid pip install hang * Fix tox * Add build_ext * Fix dtm test * remove install/run sh * Fix imports & indentation * remove flake-diff * Add docs building to Travis * join flake8 and docs to one job * add re-run for failed tests (to avoid FP) + calculate code coverage * fix WR segfault (veeeery buggy implementation) * attempt to make multiOS configuration * fix mistake with cython * Try to fix appveyor wheels problem * Remove commented parts & add cache for travis
- Loading branch information
1 parent
fff6529
commit 8766edc
Showing
81 changed files
with
1,070 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,8 @@ Thumbs.db | |
|
||
# Other # | ||
######### | ||
.tox/ | ||
.cache/ | ||
.project | ||
.pydevproject | ||
.ropeproject | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.