Parcourir la source

Merge branch 'develop' of github.com:pwman3/pwman3 into develop

Oz Tiram il y a 6 ans
Parent
commit
d28ff0f1af
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -31,7 +31,8 @@ install:
   - "pip install ."
 
 script:
-  - python setup.py develop && coverage run setup.py integration
+  - python setup.py develop
+  - coverage run -m tests.test_integration
 
 after_success:
   - coveralls