Codebase list pytest-factoryboy / 1dd59cf5-ec91-495f-a0f0-204dd980fcfc/upstream .travis.yml
1dd59cf5-ec91-495f-a0f0-204dd980fcfc/upstream

Tree @1dd59cf5-ec91-495f-a0f0-204dd980fcfc/upstream (Download .tar.gz)

.travis.yml @1dd59cf5-ec91-495f-a0f0-204dd980fcfc/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]