olinox
hace 9 años
Se han
modificado 1 ficheros con
0 adiciones y
2 borrados
-
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
|