mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
e6eaa078e2
* Pytest the entire repo * Do each directory for now... * YAML files hate tabs * Add more requirements * pip install opencv-python * Comment out FTP * Add pandas and sklearn to requirements * Comment out FTP, graphs, machine_learning, maths, neural_network, project_euler * Update .travis.yml * Comment out Data structures * if __name__ == "__main__": * pytest --ignore= * pytest . * Update .travis.yml * pytest . --doctest-modules --ignore=${IGNORE} * Ignore --ignore because it just hangs
12 lines
88 B
Plaintext
12 lines
88 B
Plaintext
black
|
|
flake8
|
|
matplotlib
|
|
mypy
|
|
numpy
|
|
opencv-python
|
|
pandas
|
|
pytest
|
|
sklearn
|
|
sympy
|
|
tensorflow
|