Skip to content

Commit d3ce67c

Browse files
committed
Added Travis.CI conf
1 parent f7dc2f7 commit d3ce67c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python: 2.7
3+
4+
env:
5+
- TOX_ENV=lint
6+
- TOX_ENV=py26
7+
8+
install:
9+
- pip install tox
10+
11+
script:
12+
- tox -e $TOX_ENV

0 commit comments

Comments
 (0)