File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 11language : python
2- os :
3- - linux
4- python :
5- - " 2.7"
6- - " 3.4"
7- # does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
8- # maintainers to fix their pypy-dev package.
9- # - "pypy"
2+ matrix :
3+ allow_failures :
4+ - os : osx
5+ include :
6+ - os : osx
7+ language : python
8+ - os : linux
9+ sudo : required
10+ python : 3.4
11+ - os : linux
12+ sudo : required
13+ python : 2.7
1014before_install :
1115 - ./.travis/before_install.sh
1216# command to install dependencies
1317install :
1418 - pip install -r requirements.txt
1519 - python setup.py install
1620# command to run tests
17- matrix :
18- include :
19- - os : osx
20- language : python
21- - os : linux
22- sudo : required
2321script : python test/test_load_module.py -v
You can’t perform that action at this time.
0 commit comments