Skip to content

Commit d9c401e

Browse files
author
Jesse Pollak
committed
adds .travis.yml file for tests
1 parent 94a7c03 commit d9c401e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
- "3.4"
8+
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
9+
# maintainers to fix their pypy-dev package.
10+
- "pypy"
11+
# command to install dependencies
12+
install:
13+
- pip install mock
14+
# command to run tests
15+
script: python setup.py test

0 commit comments

Comments
 (0)