Skip to content

Commit

Permalink
Added pypy to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 23, 2015
1 parent a25b639 commit b982ed1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
python: 2.7
env:
- TOX_ENV=flake8
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=docs
- TOXENV=flake8
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=docs
install:
- pip install tox
script:
- tox -e $TOX_ENV
- tox
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py27,py33,py34,docs,coverage
envlist=flake8,py27,py33,py34,pypy,docs,coverage
skip_missing_interpreters=True

[testenv]
Expand Down Expand Up @@ -31,6 +31,11 @@ basepython=python3.4
deps=
coverage

[testenv:pypy]
basepython=pypy
deps=
coverage

[testenv:docs]
basepython=python2.7
changedir=docs
Expand Down

0 comments on commit b982ed1

Please sign in to comment.