Skip to content

Commit 2ba69ed

Browse files
committed
Adding Travis CI file
1 parent 458cc58 commit 2ba69ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.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+
- 2.7
4+
install:
5+
- pip install -r requirements.txt --use-mirrors
6+
script: python airtable/airtable_test.py
7+
notifications:
8+
email:
9+
- nico.canali@gmail.com

0 commit comments

Comments
 (0)