Skip to content
Snippets Groups Projects
Unverified Commit ea2a5439 authored by Piotr Maślanka's avatar Piotr Maślanka Committed by Piotr Maślanka
Browse files

fix

parent 574f63b0
No related branches found
No related tags found
No related merge requests found
stages:
- test
- build
.test_python:
stage: test
before_script:
- pip install --upgrade Cython setuptools pip
- git clone https://github.com/smok-serwis/minijson.git
- cd minijson
- python setup.py install
- cd ..
- pip install -r requirements.txt
script:
- python setup.py test
test_python38:
extends: .test_python
image: python:3.8
\ No newline at end of file
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