.travis.yml 223 B

12345678910
  1. language: python
  2. python:
  3. - "3.2"
  4. - "3.3"
  5. # command to install dependencies
  6. install:
  7. - "pip install --use-mirrors Cython"
  8. - "pip install -e ."
  9. # command to run tests
  10. script: fakeroot python -m darc.testsuite.run -vb