Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 22, 2019
1 parent 95463fb commit a40d261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ sudo: true
language: python
python:
- "3.7"
- "3.6"
install:
- pip install -r requirements.txt
- export PYTHONPATH=src
Expand Down
4 changes: 1 addition & 3 deletions src/pymyinstall/packaged/packaged_config_A_teachings.py
Expand Up @@ -51,8 +51,6 @@ def teachings_set():
"API and implements other functionalities for machine learning.", usage="TEACH"),
ModuleInstall("manydataapi", "pip",
purpose="Helpers to access APIs", usage="TEACH"),
ModuleInstall("csharpy", "pip",
purpose="Helpers for C# and Python", usage="TEACH"),
ModuleInstall("cpyquickhelper", "wheel",
purpose="Experiments with C++ and Python", usage="TEACH"),
ModuleInstall("mlinsights", "wheel",
Expand All @@ -62,7 +60,7 @@ def teachings_set():
ModuleInstall("wrapclib", "wheel",
purpose="Wraps existing C libraries.", usage="TEACH"),
ModuleInstall("csharpy", "wheel",
purpose="Python + C#", usage="TEACH"),
purpose="Python + C# + C", usage="TEACH"),
]
#
return [_ for _ in mod if _ is not None]

0 comments on commit a40d261

Please sign in to comment.