Codebase list pytest-factoryboy / 295430fe-82f2-4185-853a-b22191367ace/upstream .travis.yml
295430fe-82f2-4185-853a-b22191367ace/upstream

Tree @295430fe-82f2-4185-853a-b22191367ace/upstream (Download .tar.gz)

.travis.yml @295430fe-82f2-4185-853a-b22191367ace/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]