Codebase list pytest-factoryboy / 6d4bded1-9a1a-4a86-978c-c83f0a1957d6/upstream .travis.yml
6d4bded1-9a1a-4a86-978c-c83f0a1957d6/upstream

Tree @6d4bded1-9a1a-4a86-978c-c83f0a1957d6/upstream (Download .tar.gz)

.travis.yml @6d4bded1-9a1a-4a86-978c-c83f0a1957d6/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]