Skip to content

Commit b76dc75

Browse files
committed
Update .travis.yml; give apt-get some more arguments so it tries to update if it can't find the package
1 parent c73298a commit b76dc75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ language: python
22
python:
33
- '2.7'
44
- '3.3'
5+
- '3.4'
56

67
before_install:
7-
- 'travis_retry sudo apt-get install python-dev libxml2-dev libxmlsec1-dev'
8+
- 'travis_retry sudo apt-get install --fix-missing -y python-dev libxml2-dev libxmlsec1-dev'
89
- 'travis_retry pip install Cython --use-mirrors'
910

1011
install:

0 commit comments

Comments
 (0)