Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Fix tox config and drop PyPy since xmlsec requires C extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jul 22, 2018
1 parent 12c94b8 commit a3d782b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 9,7 @@ matrix:
- python: 3.4
- python: 3.5
- python: 3.6
- python: pypy
- python: 3.6
env: TOX_ENV=flake8

before_install:
- sudo apt-get install -y libssl-dev libxml2-dev libxmlsec1-dev
install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@ envlist = py27-zeep{300,master}, py36-zeep{300,master}

[testenv]
deps =
zeep300: zeep=3.0.0
zeep300: zeep==3.0.0
zeepmaster: https://github.com/mvantellingen/python-zeep/archive/master.tar.gz
pytest
pytest-cov
Expand Down

0 comments on commit a3d782b

Please sign in to comment.