twill is optional and has currently a 404 error

This commit is contained in:
Bastian Kleineidam 2014-03-04 22:41:06 +01:00
parent dca06dde99
commit 8efb99ac03
2 changed files with 2 additions and 3 deletions

View file

@ -12,8 +12,7 @@ before_install:
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors
- pip install pyftpdlib --use-mirrors
- pip install pytest-xdist --use-mirrors
- pip install pyftpdlib pytest-xdist --use-mirrors
# command to run tests
script: make test PYTESTOPTS="--tb=short" TESTS="tests/test_*.py tests/cache/test_*.py tests/configuration/test_*.py tests/logger/test_*.py"
# do not send emails of broken builds

View file

@ -2,7 +2,7 @@
requests>=2.2.1
# optional:
argcomplete
twill
#twill
# for testing:
#pytest
#pyftpdlib