diff --git a/.travis.yml b/.travis.yml index cb9d6f6c..9eb091f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,6 @@ install: - pip install -r test-requirements.txt # command to run tests script: nosetests -s +matrix: + allow_failures: + - python: nightly # Allow all tests to fail for nightly