Skip to content

Commit ad0ed6e

Browse files
committed
Added Travis-CI configuration file
Based on Tox, same as the iPOPO Travis configuration file.
1 parent e9902ae commit ad0ed6e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
# python:
3+
# - "3.3"
4+
# - "3.2"
5+
# - "2.7"
6+
# - "2.6"
7+
8+
before_install:
9+
- pip install tox
10+
- sudo apt-get install python2.6-dev python2.7-dev python3.2-dev python3.3-dev
11+
12+
script: tox -e py26,py27,py32,py33
13+

0 commit comments

Comments
 (0)