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
3 files
+ 38
1
Compare changes
  • Side-by-side
  • Inline
Files
3
.gitlab-ci.yml 0 → 100644
+ 9
0
image: 'continuumio/miniconda:4.7.12'
before_script:
- conda create -f env.yml
- conda activate bolsonaro
test:
script:
- pytest tests/
\ No newline at end of file
Loading