Skip to content

Commit 00123a4

Browse files
author
Steve Canny
committed
dist: add Travis CI required files
1 parent 9888fa1 commit 00123a4

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "3.3"
4+
- "2.7"
5+
- "2.6"
6+
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
7+
install: pip install -r requirements.txt
8+
# command to run tests, e.g. python setup.py test
9+
script: py.test

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Pillow>=2.0
2+
behave>=1.2.3
3+
flake8>=2.0
4+
lxml>=3.1.0
5+
mock>=1.0.1
6+
pytest>=2.5

0 commit comments

Comments
 (0)