25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
199 B

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