Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Also test again Python3 and Pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Nordhausen committed Sep 22, 2015
1 parent 3fc0cb9 commit 44ce798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- pip install pybuilder
- pip install coveralls
Expand Down

0 comments on commit 44ce798

Please sign in to comment.