Enable container-based builds on Travis-CI

This commit is contained in:
Stefan Kögl 2015-04-23 22:08:06 +02:00
parent 66c4fa4ba1
commit 50a5e0d7e3
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.4"
- "pypy"
- "pypy3"
@ -17,3 +17,5 @@ script:
after_script:
- coveralls
sudo: false