Skip to content
Snippets Groups Projects
Commit da8f1e71 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

python3

parent 4d32cc2f
No related branches found
No related tags found
No related merge requests found
Pipeline #33224 failed
......@@ -2,5 +2,5 @@ test:
image: ubuntu:22.04
script:
- apt update && apt install -qy python3
- python -m unittest
- python -m doctest my_lib.py
- python3 -m unittest
- python3 -m doctest my_lib.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment