Skip to content

Commit

Permalink
Don't test under PyPy, since AccessControl doesn't work with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 13, 2017
1 parent c7dd95f commit 89bef9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,6 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
- pypy3.3-5.2-alpha1
install:
- pip install -U setuptools==`grep setuptools versions.cfg | awk '{print $3}'`
- pip install zc.buildout
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,pypy,pypy3
envlist = py27,py34,py35,py36

[testenv]
commands =
Expand Down

0 comments on commit 89bef9d

Please sign in to comment.