Skip to content

Commit 8f0642b

Browse files
committed
more travis fixes
1 parent 30282d8 commit 8f0642b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build
22
*.pyc
33
.coverage
4+
.*.sw?

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
54
before_install:
65
- date -u
76
- uname -a
87
- lsb_release -a
98
- sudo apt-get -qq update
10-
- sudo apt-get install build-essential python-dev swig libasound2-dev
9+
- sudo apt-get install build-essential python-dev swig2.0 libasound2-dev
10+
- swig -version
1111
install:
1212
- pip install coveralls
1313
- python setup.py install

0 commit comments

Comments
 (0)