Skip to content

Commit

Permalink
Rename file_transfer and linear_algebra (TheAlgorithms#1118)
Browse files Browse the repository at this point in the history
* Rename file_transfer and linear_algebra

* Rename file_transfer and linear_algebra
  • Loading branch information
cclauss committed Aug 9, 2019
1 parent c686cc5 commit 91c3c98
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
# - env: FILE=pytest file_transfer_protocol/ftp_client_server.py
# before_script: true
# script: pytest ${FILE} --doctest-modules
- env: FILE=pytest file_transfer_protocol/ftp_send_receive.py
- env: FILE=pytest file_transfer/ftp_send_receive.py
before_script: true
script: pytest ${FILE} --doctest-modules
- env: FILE=pytest machine_learning/linear_regression.py
Expand All @@ -37,7 +37,7 @@ script:
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
- mypy --ignore-missing-imports .
- pytest . --doctest-modules
--ignore=file_transfer_protocol/ftp_send_receive.py
--ignore=file_transfer/ftp_send_receive.py
--ignore=machine_learning/linear_regression.py
--ignore=machine_learning/perceptron.py
--ignore=machine_learning/random_forest_classification/random_forest_classification.py
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 91c3c98

Please sign in to comment.