Skip to content

Commit dcf28e5

Browse files
committed
Add Travis profile for this project.
1 parent 35addda commit dcf28e5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python: 2.7
3+
os:
4+
- linux
5+
env:
6+
- TOX_ENV=py27-lint
7+
8+
install:
9+
- pip install tox
10+
11+
script: tox -e $TOX_ENV
12+
13+
notifications:
14+
email: false

0 commit comments

Comments
 (0)