Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
travis: requirements: move travis requirements to separate file
Signed-off-by: Bastian Stender <bst@pengutronix.de>
- Loading branch information
Showing
with
5 additions
and 3 deletions.
- +1 −3 .travis.yml
- +1 −0 crossbar-requirements.txt
- +3 −0 travis-requirements.txt
@@ -1,4 +1,5 @@ | ||
-r requirements.txt | ||
setuptools>=38.0.0 | ||
crossbar==17.12.1 | ||
# For crossbar | ||
idna==2.5 |
@@ -0,0 +1,3 @@ | ||
coveralls>=1.3.0 | ||
codecov>=2.0.15 | ||
-r dev-requirements.txt |