Improved the build matrix.

This commit is contained in:
Omer Katz 2016-02-29 13:09:15 +02:00
parent 8fe023c585
commit 9595c7159e
1 changed files with 3 additions and 0 deletions

View File

@ -1,8 +1,11 @@
language: python
sudo: false
cache: pip
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "pypy"
install: "pip install -r requirements-test.txt"