olinox
9 yıl önce
ebeveyn
işleme
82f1d1f652
1 değiştirilmiş dosya ile
0 ekleme ve
2 silme
-
0
2
.travis.yml
|
|
@@ -6,9 +6,7 @@ python:
|
|
|
install:
|
|
|
- pip install nose2
|
|
|
- pip install coveralls
|
|
|
- - pip install pylint
|
|
|
script:
|
|
|
- nose2 --with-coverage
|
|
|
- - pylint --errors-only
|
|
|
after_success:
|
|
|
coveralls
|