We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac6922 commit fbd64b5Copy full SHA for fbd64b5
.travis.yml
@@ -8,5 +8,5 @@ install:
8
- "pip install -r requirements.txt"
9
- "sudo cp ci/distributed-flock.json /etc/distributed-flock.json"
10
- "sudo apt-get install zookeeper zookeeperd"
11
-script: python setup.py nosetests
+script: "test \"$(zk-flock | head -n1)\" == \"Invalid number of arguments\" && python setup.py nosetests"
12
after_success: coveralls
0 commit comments