瀏覽代碼

Merge pull request #397 from untitaker/tox-in-travis

Use tox within travis
Guillaume Ayoub 9 年之前
父節點
當前提交
47e048a3c2
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      .travis.yml

+ 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