File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,32 +21,32 @@ matrix:
21
21
# run set_io tests for python2
22
22
- python : " 2.7"
23
23
script :
24
- - python -m unittest discover -p "test_*.py" cmapPy/set_io/tests/
24
+ - python -m unittest discover -p "test_*.py" -s cmapPy/set_io/tests/
25
25
26
26
# run set_io tests for python3
27
27
- python : " 3.6"
28
28
script :
29
- - python -m unittest discover -p "test_*.py" cmapPy/set_io/tests/
29
+ - python -m unittest discover -p "test_*.py" -s cmapPy/set_io/tests/
30
30
31
31
# run math tests for python2
32
32
- python : " 2.7"
33
33
script :
34
- - python -m unittest discover -p "test_*.py" cmapPy/math/tests/
34
+ - python -m unittest discover -p "test_*.py" -s cmapPy/math/tests/
35
35
36
36
# run math tests for python3
37
37
- python : " 3.6"
38
38
script :
39
- - python -m unittest discover -p "test_*.py" cmapPy/math/tests/
39
+ - python -m unittest discover -p "test_*.py" -s cmapPy/math/tests/
40
40
41
41
# run python2_python3_comaptibility tests for python2
42
42
- python : " 2.7"
43
43
script :
44
- - python -m unittest cmapPy/pandasGEXpress/tests/test_python2_python3_compatibility.py
44
+ - python -m unittest discover -p "test_python2_python3_*.py" -s cmapPy/pandasGEXpress/tests/
45
45
46
46
# run python2_python3_comaptibility tests for python3
47
47
- python : " 3.6"
48
48
script :
49
- - python -m unittest cmapPy/pandasGEXpress/tests/test_python2_python3_compatibility.py
49
+ - python -m unittest discover -p "test_python2_python3_*.py" -s cmapPy/pandasGEXpress/tests/
50
50
51
51
# what branches of github to use
52
52
branches :
You can’t perform that action at this time.
0 commit comments