forked fromhtml5lib/html5lib-python
- Notifications
You must be signed in to change notification settings - Fork0
Commit74ebfc9
committed
Fix Travis CI builds on Python 3.4
Avoid passing -U to pip install commands. It causes the six package toupgrade, which fails on the Travis 3.4 image. I cannot reproduce thislocally, so I'm left to conclude that the Travis Python 3.4 image iscorrupt in some way. The installed six package is perfectly fine fortesting, so use it without upgrading. All builds now pass.Install six package first to avoid upgrading it then downgrading it insome test configurations.1 parentbd6ee11 commit74ebfc9
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 | 3 |
| |
10 | 4 |
| |
11 | 5 |
| |
12 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
|
0 commit comments
Comments
(0)