Skip to content

Commit e40d9ac

Browse files
author
Gauvain Pocentek
committed
add a travis configuration file
1 parent d7271b1 commit e40d9ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)