Skip to content

Commit

Permalink
remove disutils and add quotes to fix coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
swagnercarena committed Jul 8, 2024
1 parent 5405f4a commit 7cd879b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test with pytest
run: |
cd test
coverage run --source paltas --omit=*paltas/Configs/paper_2203_00690/* -m unittest -v *_tests.py
coverage run --source paltas --omit="*paltas/Configs/paper_2203_00690/*" -m unittest -v *_tests.py
coverage lcov
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/usr/bin/env python
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
import os

from setuptools import find_packages
import os
from setuptools import setup

readme = open("README.rst").read()

Expand Down

0 comments on commit 7cd879b

Please sign in to comment.