Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57129e4

Browse files
update travis
1 parent a41b737 commit 57129e4

File tree

2 files changed

+31
-35
lines changed

2 files changed

+31
-35
lines changed

‎.travis.yml‎

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,37 +22,36 @@ install:
2222
#- pip3 install coveralls
2323

2424
script:
25-
pytest
26-
# - awesome_bot README.md --allow-dupe --allow-redirect
27-
# # Dynamic Programming Tests
28-
# - python Algorithm_tests/dynamic_programming_tests/knapsack_tests/knapsack_bottomup_test.py
29-
# - python Algorithm_tests/dynamic_programming_tests/sequence_alignment/sequence_alignment_test.py
30-
# - python Algorithm_tests/dynamic_programming_tests/weighted_interval_scheduling/weighted_interval_scheduling_test.py
31-
32-
# # Graph Theory Tests
33-
# - python Algorithm_tests/graphtheory_tests/bellman_ford_test.py
34-
# - python Algorithm_tests/graphtheory_tests/kahn_topological_ordering_test.py
35-
# - python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_heap_test.py
36-
# - python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_naive_test.py
37-
# - python Algorithm_tests/graphtheory_tests/kruskal_unionfind_test.py
38-
# - python Algorithm_tests/graphtheory_tests/prims_algorithm_test.py
39-
# - python Algorithm_tests/graphtheory_tests/BFS_test.py
40-
# - python Algorithm_tests/graphtheory_tests/DFS_test.py
41-
42-
# # Math tests
43-
# - python Algorithm_tests/other_tests/test_binarysearch.py
44-
# - python Algorithm_tests/math_tests/intersection_test.py
45-
# - python Algorithm_tests/math_tests/union_test.py
46-
47-
# # Cryptography tests
48-
# - python Algorithm_tests/cryptology_tests/ceasar_test.py
49-
50-
# # "Other" tests
51-
# - python Algorithm_tests/other_tests/test_medianmaintenance.py
52-
# - python Algorithm_tests/other_tests/test_intervalscheduling.py
53-
54-
# # Sorting tests
55-
# - python Algorithm_tests/sorting_tests/test_sorting.py
25+
- awesome_bot README.md --allow-dupe --allow-redirect
26+
# Dynamic Programming Tests
27+
- python Algorithm_tests/dynamic_programming_tests/knapsack_tests/knapsack_bottomup_test.py
28+
- python Algorithm_tests/dynamic_programming_tests/sequence_alignment/sequence_alignment_test.py
29+
- python Algorithm_tests/dynamic_programming_tests/weighted_interval_scheduling/weighted_interval_scheduling_test.py
30+
31+
# Graph Theory Tests
32+
- python Algorithm_tests/graphtheory_tests/bellman_ford_test.py
33+
- python Algorithm_tests/graphtheory_tests/kahn_topological_ordering_test.py
34+
- python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_heap_test.py
35+
- python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_naive_test.py
36+
- python Algorithm_tests/graphtheory_tests/kruskal_unionfind_test.py
37+
- python Algorithm_tests/graphtheory_tests/prims_algorithm_test.py
38+
- python Algorithm_tests/graphtheory_tests/BFS_test.py
39+
- python Algorithm_tests/graphtheory_tests/DFS_test.py
40+
41+
# Math tests
42+
- python Algorithm_tests/other_tests/test_binarysearch.py
43+
- python Algorithm_tests/math_tests/intersection_test.py
44+
- python Algorithm_tests/math_tests/union_test.py
45+
46+
# Cryptography tests
47+
- python Algorithm_tests/cryptology_tests/ceasar_test.py
48+
49+
# "Other" tests
50+
- python Algorithm_tests/other_tests/test_medianmaintenance.py
51+
- python Algorithm_tests/other_tests/test_intervalscheduling.py
52+
53+
# Sorting tests
54+
- python Algorithm_tests/sorting_tests/test_sorting.py
5655

5756
after_success:
58-
#- coveralls
57+
#- coveralls

‎pytest.ini‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /