Skip to content

Commit 1b2c7fb

Browse files
committed
Prepare for unittests and Travis-ci.org
1 parent 43f31a3 commit 1b2c7fb

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.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+
- 2.6
4+
- 2.7
5+
- 3.2
6+
# command to install dependencies, e.g. pip install -r requirements.txt
7+
# --use-mirrors
8+
install: pip install requests
9+
# # command to run tests, e.g. python setup.py test
10+
script: python run_tests.py
11+
notifications:
12+
on_success: change
13+
on_failure: always

tests/__init__.py

Whitespace-only changes.

tests/base.py

Whitespace-only changes.

0 commit comments

Comments
 (0)