Migrate travis builds to container-based infra

This commit is contained in:
Vineet Naik 2015-07-30 00:23:10 +05:30
parent d13ff8bdef
commit 49f4f977b4
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ before_install: make test-env
install: pip install .
script: py.test -v
after_script: make clean clean-env
sudo: false