Skip to content
Snippets Groups Projects

Resolve "Add some tests"

Merged Leo Bouscarrat requested to merge 19-add-some-tests into master
2 unresolved threads
2 files
+ 0
36
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
9
image: 'continuumio/miniconda:4.7.12'
before_script:
- conda env create -f env_test.yml
- conda activate bolsonaro
test:
script:
- pytest tests/
\ No newline at end of file
Loading