Skip to content

Commit

Permalink
Added PyPy3 to the build, moved to the new infrastructure and cache p…
Browse files Browse the repository at this point in the history
…ip dependencies.
  • Loading branch information
thedrow committed Jul 19, 2015
1 parent 7ce4e54 commit cb23132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
install:
- pip install tox coveralls
script:
Expand All @@ -10,6 +14,7 @@ env:
- TOXENV=py33
- TOXENV=py32
- TOXENV=pypy
- TOXENV=pypy3
after_success: coveralls
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,py34,pypy
envlist = py26,py27,py32,py33,py34,pypy,pypy3

[testenv]
deps=
Expand Down

0 comments on commit cb23132

Please sign in to comment.