Skip to content

Commit abb8502

Browse files
committed
travis for python3 branch
1 parent 082856f commit abb8502

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: python
2+
python:
3+
- 2.6
4+
- 2.7
5+
- 3.2
6+
- 3.3
7+
- 3.4
8+
- nightly
9+
before_install:
10+
- date -u
11+
- uname -a
12+
- lsb_release -a
13+
- sudo apt-get -qq update
14+
- sudo apt-get install build-essential python-dev swig libasound2-dev
15+
install:
16+
- python setup.py install
17+
script:
18+
- nosetests

0 commit comments

Comments
 (0)