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.
 
 
 

12 lines
160 B

  1. language: python
  2. sudo: false
  3. env:
  4. - TOX_ENV=py26
  5. - TOX_ENV=py27
  6. - TOX_ENV=py33
  7. - TOX_ENV=py34
  8. install:
  9. - pip install tox
  10. script:
  11. - tox -e $TOX_ENV