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.
 
 
 

17 lines
222 B

  1. language: python
  2. env:
  3. - TOX_ENV=py26
  4. - TOX_ENV=py27
  5. <<<<<<< HEAD
  6. - TOX_ENV=py33
  7. - TOX_ENV=py34
  8. - TOX_ENV=docs
  9. =======
  10. >>>>>>> b004fbf
  11. - TOX_ENV=flake8
  12. install:
  13. - pip install tox
  14. script:
  15. - tox -e $TOX_ENV