ccd245b b910c3b 6bc6e9b ccd245b 49a74d2 ccd245b
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
language: python sudo: false python: - "3.5" - "pypy3" # Python3.6 is disabled until https://github.com/tiran/defusedxml/issues/3 lands in travis. # - "3.6" env: global: PYTHONHASHSEED=random cache: directories: - $HOME/.cache/pip script: - pip install pip --upgrade - python -m unittest xandikos.tests.test_suite