You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
120 B

  1. language: python
  2. #specify the python version
  3. python:
  4. - "2.6"
  5. - "2.7"
  6. # command to run tests
  7. script: nosetests tests