Guillaume Ayoub
%!s(int64=9) %!d(string=hai) anos
Modificáronse 1 ficheiros con
2 adicións e
4 borrados
-
2
4
.travis.yml
|
|
@@ -6,11 +6,9 @@ python:
|
|
|
- 3.5
|
|
|
|
|
|
install:
|
|
|
- - pip install -e .
|
|
|
- - pip install flake8
|
|
|
+ - pip install tox
|
|
|
|
|
|
script:
|
|
|
- - py.test -s
|
|
|
- - flake8 radicale
|
|
|
+ - tox -e py
|
|
|
|
|
|
sudo: false
|