Skip to content

Commit 02689f4

Browse files
committed
Improved Travis config.
1 parent 806504a commit 02689f4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: python
22

33
python:
4-
- "2.7"
4+
- "2.7"
55

66
install:
77
- source configure
88

99
script:
10-
- py.test -vs src tests/commoncode \
11-
tests/extractcode tests/textcode tests/typecode tests/cluecode \
12-
tests/licensedcode/test_detect.py tests/licensedcode/test_index.py \
13-
tests/licensedcode/test_legal.py tests/licensedcode/test_models.py
10+
- py.test -vs src tests/commoncode tests/extractcode tests/textcode tests/typecode tests/cluecode tests/licensedcode/test_detect.py tests/licensedcode/test_index.py tests/licensedcode/test_legal.py tests/licensedcode/test_models.py
1411

0 commit comments

Comments
 (0)