We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806504a commit 02689f4Copy full SHA for 02689f4
.travis.yml
@@ -1,14 +1,11 @@
1
language: python
2
3
python:
4
- - "2.7"
+ - "2.7"
5
6
install:
7
- source configure
8
9
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
+ - 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
14
0 commit comments