Migrate to Travis container-based infrastructure.

Advantages are listed here:
http://docs.travis-ci.com/user/migrating-from-legacy
This commit is contained in:
Nuno Santos
2015-11-12 14:51:07 +01:00
parent d907e5b890
commit c2ee2e2629
+2
View File
@@ -7,6 +7,8 @@ python:
- "3.4"
- "pypy"
sudo: false
install:
- pip install -r requirements.txt -r requirements-dev.txt -e .
- pip install coverage coveralls