Skip to content

Commit

Permalink
tox?
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Sep 26, 2021
1 parent 0cbf269 commit aa75bc6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,19 @@ jobs:
- name: Install alot's dependencies
run: |
sudo apt-get install -y gnupg2
# apparently needed on github's images
sudo apt-get install -y python3-wheel
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with distutils
# - name: Test with distutils
# run: |
# python setup.py test
- name: Install dependencies
run: |
python setup.py test
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Test with tox
run: tox

# TODO: test with different python versions
# TODO: test docs generation
Expand Down

0 comments on commit aa75bc6

Please sign in to comment.