automated type checking
This commit is contained in:
parent
509835bf0b
commit
2d25dfcdf2
|
@ -81,7 +81,7 @@ checkout:
|
|||
- release
|
||||
|
||||
###################################################################################################
|
||||
processing:
|
||||
pytest:
|
||||
stage: python
|
||||
script:
|
||||
- cd $DAMASKROOT/python
|
||||
|
@ -91,6 +91,16 @@ processing:
|
|||
- master
|
||||
- release
|
||||
|
||||
mypy:
|
||||
stage: python
|
||||
script:
|
||||
- cd $DAMASKROOT/python
|
||||
- mypy damask/mechanics.py
|
||||
except:
|
||||
- master
|
||||
- release
|
||||
|
||||
|
||||
|
||||
###################################################################################################
|
||||
compile_grid_Intel:
|
||||
|
|
Loading…
Reference in New Issue