Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a0c8be

Browse files
committed
Add simple .travis.yml.
1 parent d03bb22 commit 8a0c8be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)