Codebase list pytest-factoryboy / 7d3700ef-c243-4cd8-809c-cf3c72c93110/upstream .travis.yml
7d3700ef-c243-4cd8-809c-cf3c72c93110/upstream

Tree @7d3700ef-c243-4cd8-809c-cf3c72c93110/upstream (Download .tar.gz)

.travis.yml @7d3700ef-c243-4cd8-809c-cf3c72c93110/upstreamraw · history · blame

sudo: false
language: python
dist: xenial
python:
  - "2.7"
  - "3.5"
  - "3.6"
  - "3.7"

install:
  - pip install tox tox-travis
script: tox
branches:
  except:
    - /^\d/
notifications:
  email:
    - [email protected]
    - [email protected]