.travis.yml 490 Bytes
Newer Older
Marius Gedminas's avatar
Marius Gedminas committed
1
language: python
2
sudo: false
Marius Gedminas's avatar
Marius Gedminas committed
3
python:
4
    - pypy
5
    - pypy3
Marius Gedminas's avatar
Marius Gedminas committed
6 7 8 9
    - 2.6
    - 2.7
    - 3.2
    - 3.3
Tres Seaver's avatar
Tres Seaver committed
10
    - 3.4
Marius Gedminas's avatar
Marius Gedminas committed
11
install:
12
    - travis_retry pip install BTrees ZConfig manuel persistent six transaction zc.lockfile zdaemon zodbpickle zope.interface zope.testing zope.testrunner
Marius Gedminas's avatar
Marius Gedminas committed
13 14
    - travis_retry pip install -e .
script:
15
    - zope-testrunner -u --test-path=src --auto-color --auto-progress
16
    - zope-testrunner -f --test-path=src --auto-color --auto-progress
Marius Gedminas's avatar
Marius Gedminas committed
17 18
notifications:
    email: false