Skip to content

Commit f42f7f5

Browse files
committed
Require xml2rfc < 2.10 in travis build
From version 2.10, option --basename changed its semantics and is now expected to be a directory, which does not fit our current usage. Alternatively, we could drop this option altogether (and thus avoid version pinning) since I'm not sure what this is for.
1 parent 34dd883 commit f42f7f5

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)