Codebase list pytest-factoryboy / 6cb41615-7c52-4d23-a6d0-84b2cc7f42d0/upstream .travis.yml
6cb41615-7c52-4d23-a6d0-84b2cc7f42d0/upstream

Tree @6cb41615-7c52-4d23-a6d0-84b2cc7f42d0/upstream (Download .tar.gz)

.travis.yml @6cb41615-7c52-4d23-a6d0-84b2cc7f42d0/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]