mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-20 16:22:02 +00:00
Travis CI: Write & print DIRECTORY.md on one line (#1542)
* travis test * travis pull ID test * get pr branch test * retry pr build * test pushing back - probable git error for origin 'not found' * github auth? * add .sh * chmod * add index update for permission fix * run sh for script * add all * add pull directory * fetch pr branch * swap placement of adding commits * rotate * quit trying to update Travis * formatting leftovers * Travis CI: Write & print DIRECTORY.md on one line
This commit is contained in:
parent
7bc0462e79
commit
8107548cc1
|
@ -11,5 +11,4 @@ script:
|
|||
- mypy --ignore-missing-imports .
|
||||
- pytest . --doctest-modules
|
||||
after_success:
|
||||
- scripts/build_directory_md.py > DIRECTORY.md
|
||||
- cat DIRECTORY.md
|
||||
- scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
|
||||
|
|
Loading…
Reference in New Issue
Block a user