use per-tool dockers for testing with travis

This commit is contained in:
Yan 2016-02-04 00:16:08 -08:00
parent 94eddc4192
commit 06727b8163

View file

@ -2,5 +2,6 @@ language: python
python: 2.7
sudo: required
dist: trusty
install: sudo apt-get update && bin/manage-tools -s setup
script: bin/manage-tools -s test all
services: docker
install: docker build -t ctf-tools .
script: bin/manage-tools dockertest all