1 2 3 4 5 6 7 8 9 10 11 12 13 14
language: python sudo: false python: - "3.5" env: global: PYTHONHASHSEED=random cache: directories: - $HOME/.cache/pip script: - pip install pip --upgrade # Test without c extensions - python -m unittest dystros.tests.test_suite