Skip to content

Commit 3867a14

Browse files
committed
better
1 parent e688766 commit 3867a14

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.travis.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
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
1014
before_install:
1115
- ./.travis/before_install.sh
1216
# command to install dependencies
1317
install:
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
2321
script: python test/test_load_module.py -v

0 commit comments

Comments
 (0)