olinox
vor 9 Jahren
Ursprung
Commit
82f1d1f652
1 geänderte Dateien mit
0 neuen und
2 gelöschten Zeilen
-
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
|