.travis.yml 278 B

123456789101112
  1. language: python
  2. python:
  3. - "3.2"
  4. - "3.3"
  5. - "3.4"
  6. # command to install dependencies
  7. install:
  8. - "sudo apt-get install -y libacl1-dev"
  9. - "pip install --use-mirrors Cython"
  10. - "pip install -e ."
  11. # command to run tests
  12. script: fakeroot -u python -m borg.testsuite.run -vb