@@ -43,30 +43,30 @@ runs:
43
43
python --version
44
44
pip3 --version
45
45
shell : bash -l {0}
46
- - name : " Pip installing requirements.txt . . ."
47
- run : |
48
- pip3 install -r requirements.txt
49
- shell : bash -l {0}
50
- - name : " Pip3 installing libsemigroups_pybind11 . . ."
51
- run : |
52
- pip3 install . -v
53
- shell : bash -l {0}
54
- - name : " python -m pytest -vv tests/test_*.py . . ."
55
- run : |
56
- python -m pytest -vv tests/test_*.py
57
- shell : bash -l {0}
58
- - name : " Run doc tests . . ."
59
- run : |
60
- etc/make-doc.sh # so that all files are generated!
61
- cd docs
62
- python -m sphinx -b doctest -d _build/doctrees source _build/doctest
63
- shell : bash -l {0}
64
- - name : " Pip3 installing pylint + cpplint . . ."
65
- run : |
66
- pip3 install pylint cpplint
67
- shell : bash -l {0}
68
- - name : " Running pylint and cpplint . . ."
69
- run : |
70
- python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
71
- python -m cpplint src/*.hpp src/*.cpp
72
- shell : bash -l {0}
46
+ - name : " Pip installing requirements.txt . . ."
47
+ run : |
48
+ pip3 install -r requirements.txt
49
+ shell : bash -l {0}
50
+ - name : " Pip3 installing libsemigroups_pybind11 . . ."
51
+ run : |
52
+ pip3 install . -v
53
+ shell : bash -l {0}
54
+ - name : " python -m pytest -vv tests/test_*.py . . ."
55
+ run : |
56
+ python -m pytest -vv tests/test_*.py
57
+ shell : bash -l {0}
58
+ - name : " Run doc tests . . ."
59
+ run : |
60
+ etc/make-doc.sh # so that all files are generated!
61
+ cd docs
62
+ python -m sphinx -b doctest -d _build/doctrees source _build/doctest
63
+ shell : bash -l {0}
64
+ - name : " Pip3 installing pylint + cpplint . . ."
65
+ run : |
66
+ pip3 install pylint cpplint
67
+ shell : bash -l {0}
68
+ - name : " Running pylint and cpplint . . ."
69
+ run : |
70
+ python -m pylint setup.py tests/*.py libsemigroups_pybind11/*.py
71
+ python -m cpplint src/*.hpp src/*.cpp
72
+ shell : bash -l {0}
0 commit comments