Skip to content

Pytest the entire repo #980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jul 10, 2019
Merged
Prev Previous commit
Next Next commit
Comment out FTP
  • Loading branch information
cclauss authored Jul 9, 2019
commit b71990952e53d6d659eeb6c127e07c91ee2387c8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- pytest --doctest-modules digital_image_processing # convolve and sobel (#971) 16 hours ago
- pytest --doctest-modules divide_and_conquer # Fix readme and duplicate (#967) 3 days ago
- pytest --doctest-modules dynamic_programming # Adding sum of subsets (#929) 7 days ago
- pytest --doctest-modules file_transfer_protocol # reduce indentation (#741) 3 months ago
#- pytest --doctest-modules file_transfer_protocol # reduce indentation (#741) 3 months ago
- pytest --doctest-modules graphs #Corrected wrong Dijkstra priority queue implementation (#909) 16 days ago
- pytest --doctest-modules hashes #added enigma machine algorithm (#932) 2 days ago
- pytest --doctest-modules linear_algebra_python #Update README.md 8 months ago
Expand Down