1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-09-20 19:32:05 +02:00

Test with pytest

This commit is contained in:
Hugo 2020-03-01 18:55:10 +02:00
parent 94aa282126
commit 7d2b8e22c5
3 changed files with 4 additions and 4 deletions

View File

@ -44,10 +44,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade six
python -m pip install --upgrade pytest six
python -m pip install .
- name: Tests
shell: bash
run: |
python tests/tests.py
pytest

View File

@ -17,10 +17,10 @@ jobs:
install:
- pip install -U pip
- pip install -U six
- pip install -U pytest six
- pip install .
script: python tests/tests.py
script: pytest
deploy:
- provider: pypi