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 1
1
language : 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
10
14
before_install :
11
15
- ./.travis/before_install.sh
12
16
# command to install dependencies
13
17
install :
14
18
- pip install -r requirements.txt
15
19
- python setup.py install
16
20
# command to run tests
17
- matrix :
18
- include :
19
- - os : osx
20
- language : python
21
- - os : linux
22
- sudo : required
23
21
script : python test/test_load_module.py -v
You can’t perform that action at this time.
0 commit comments