Create /var/cache/repo-checker for Travis

This commit is contained in:
Alberto Planas 2014-03-28 16:45:47 +01:00
parent ee2289e19d
commit 57bea48cb0

View File

@ -6,6 +6,7 @@ python:
install:
- pip install python-coveralls
- pip install -r requirements.txt
- mkdir -p /var/cache/repo-checker
# command to run tests, e.g. python setup.py test
script:
- nosetests --with-coverage --cover-package=oscs,osclib --cover-inclusive