Skip to content

Commit 1abe1d8

Browse files
authored
Merge pull request #657 from dlax/fix-travis-build
Require xml2rfc < 2.10 in travis build
2 parents 34dd883 + f42f7f5 commit 1abe1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
install:
3-
- pip install xml2rfc
3+
- pip install "xml2rfc<2.10"
44
before_script:
55
- TAG=$(git tag -l --points-at HEAD)
66
script:

0 commit comments

Comments
 (0)