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

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

.travis.yml @6cb41615-7c52-4d23-a6d0-84b2cc7f42d0/mainraw · history · blame

sudo: false
language: python
# enable Python 3.5 on travis until it will be pre-installed
python: 3.5
env:
  matrix:
  - TESTENV=py27-pytest2
  - TESTENV=py34-pytest2
  - TESTENV=py35-pytest2
  - TESTENV=py27-pytest3
  - TESTENV=py34-pytest3
  - TESTENV=py35-pytest3
install:
- pip install tox
script: tox -e $TESTENV
branches:
    except:
        - /^\d/
notifications:
    email:
        - [email protected]
        - [email protected]