8000 add travis file · petrichorcode/python-readability@a1d6bbc · GitHub
[go: up one dir, main page]

Skip to content

Commit a1d6bbc

Browse files
committed
add travis file
1 parent 75f2ea0 commit a1d6bbc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: python
2+
3+
python:
4+
- "3.4"
5+
6+
env:
7+
- TOX_ENV=py26
8+
- TOX_ENV=py27
9+
- TOX_ENV=py33
10+
- TOX_ENV=py34
11+
12+
install:
13+
- travis_retry pip install -U pip wheel tox
14+
- travis_retry pip install -U -r requirements.txt -e .
15+
16+
script:
17+
- tox -e $TOX_ENV

0 commit comments

Comments
 (0)
0