Skip to content

Commit c3950e4

Browse files
committed
Add the travis-config file
1 parent a97fb80 commit c3950e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "2.6"
5+
6+
install:
7+
- pip install tox
8+
- export TOX_ENV=`tox --listenvs | grep "py${TRAVIS_PYTHON_VERSION/./}" | tr '\n' ','`
9+
10+
script: tox -e $TOX_ENV

0 commit comments

Comments
 (0)