Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Mar 6, 2020
1 parent f4debe4 commit bf6b0ce
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@ jobs:
python -m pip install --user cython pytest-black pytest-cov
PYTHONPATH=$(pwd)/src/:$PYTHONPATH
export PYTHONPATH
python -m pytest --black --cov=src/ tests/
python -m coverage run -m pytest --black tests/
- run:
name: Coverage
command: |
PYTHONPATH=$(pwd)/src/:$PYTHONPATH
export PYTHONPATH
python -m coverage report
python -m pip install --user coveralls
PYTHONPATH=$(pwd)/src/:$PYTHONPATH
export PYTHONPATH
Expand Down Expand Up @@ -153,9 +156,9 @@ workflows:
jobs:
- python_extra
# - python_39 # Requires Python 3.0
- python_38
- python_37
- python_36
- python_35
- python_34
- python_27
# - python_38
# - python_37
# - python_36
# - python_35
# - python_34
# - python_27

0 comments on commit bf6b0ce

Please sign in to comment.