Changeset 05e1341 in trunk


Ignore:
Timestamp:
2014-09-01T15:50:51Z (11 years ago)
Author:
Daira Hopwood <daira@…>
Branches:
master
Children:
48fc2fc7
Parents:
61371a31
Message:

.travis.yml: install Twisted explicitly to work around #2249.

Signed-off-by: Daira Hopwood <daira@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified .travis.yml

    r61371a31 r05e1341  
    66  - sh -c set
    77install:
     8  - pip install 'twisted>=0.13.0'
    89  - pip install 'coveralls==0.4.2'
    910before_script: python misc/build_helpers/show-tool-versions.py
Note: See TracChangeset for help on using the changeset viewer.