Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
lavr committed Jun 19, 2020
1 parent 99c87cd commit f0a7740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Expand Up @@ -21,14 +21,14 @@ jobs:
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
- {name: '2.7', python: '2.7', os: ubuntu-16.04, tox: py27}
# - {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
- {name: Style, python: '3.8', os: ubuntu-latest, tox: style}
# - {name: Style, python: '3.8', os: ubuntu-latest, tox: style}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install build dependencies for pypy build
run: sudo apt install -y libxml2-dev libxslt-dev
#- name: Install build dependencies for pypy build
# run: sudo apt install -y libxml2-dev libxslt-dev
- name: update pip
run: |
pip install -U wheel
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -36,3 +36,6 @@ nosetests.xml
.project
.pydevproject
.idea

venv/
.env

0 comments on commit f0a7740

Please sign in to comment.