Codebase list pytest-factoryboy / 6df64b62-0f62-4c05-a608-4ef6a96181bd/upstream .travis.yml
6df64b62-0f62-4c05-a608-4ef6a96181bd/upstream

Tree @6df64b62-0f62-4c05-a608-4ef6a96181bd/upstream (Download .tar.gz)

.travis.yml @6df64b62-0f62-4c05-a608-4ef6a96181bd/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]