There was an error while loading. Please reload this page.
1 parent c73298a commit b76dc75Copy full SHA for b76dc75
1 file changed
.travis.yml
@@ -2,9 +2,10 @@ language: python
2
python:
3
- '2.7'
4
- '3.3'
5
+ - '3.4'
6
7
before_install:
- - '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'
9
- 'travis_retry pip install Cython --use-mirrors'
10
11
install:
0 commit comments