Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adf6731

Browse files
Merge branch 'travis'
2 parents da4893a + 6f74993 commit adf6731

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: python
2+
3+
virtualenv:
4+
system_site_packages: true
5+
6+
python:
7+
- "2.6"
8+
- "2.7"
9+
- "3.2"
10+
11+
before_install:
12+
- sudo apt-get update -qq
13+
- sudo apt-get install -qq libhdf5-serial-dev
14+
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install unittest2; fi
15+
- pip install cython numpy
16+
17+
install:
18+
- cd h5py
19+
- python api_gen.py
20+
- cd ..
21+
- python setup.py build -f
22+
23+
script: "python setup.py test"

0 commit comments

Comments
 (0)