Codebase list pytest-factoryboy / 4d0d3f38-6bc1-4208-9928-811bc3405191/upstream .travis.yml
4d0d3f38-6bc1-4208-9928-811bc3405191/upstream

Tree @4d0d3f38-6bc1-4208-9928-811bc3405191/upstream (Download .tar.gz)

.travis.yml @4d0d3f38-6bc1-4208-9928-811bc3405191/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]