olinox
9 år sedan
förälder
incheckning
82f1d1f652
1 ändrade filer med
0 tillägg och
2 borttagningar
-
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
|