how did this ever work without passing -s to setup?

This commit is contained in:
Yan 2016-02-04 00:11:30 -08:00
parent fd250740df
commit 75fd88472d

View file

@ -2,5 +2,5 @@ language: python
python: 2.7
sudo: required
dist: trusty
install: sudo apt-get update && bin/manage-tools setup
install: sudo apt-get update && bin/manage-tools -s setup
script: bin/manage-tools -s test all