-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from asmodehn/travis_matrix
Travis matrix
- Loading branch information
Showing
5 changed files
with
67 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
gitchangelog | ||
twine | ||
pytest>=2.8.0 # as per hypothesis requirement (careful with 2.5.1 on trusty) | ||
pytest-xdist # for --boxed (careful with the version it will be moved out of xdist) | ||
hypothesis>=3.0.1 # to target xenial LTS version | ||
numpy>=1.8.2 # from trusty version | ||
|
||
# source access to latest filefinder and rosimport from git ... | ||
-e git+https://github.com/asmodehn/filefinder2.git#egg=filefinder2 | ||
-e git+https://github.com/asmodehn/rosimport.git#egg=rosimport | ||
|
||
# ros dependencies (necessary when running tests from install) | ||
-e git+https://github.com/asmodehn/genmsg.git@setuptools#egg=ros_genmsg | ||
-e git+https://github.com/asmodehn/genpy.git@setuptools-kinetic#egg=ros_genpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
gitchangelog | ||
twine | ||
pytest>=2.8.0 # as per hypothesis requirement (careful with 2.5.1 on trusty) | ||
pytest-xdist # for --boxed (careful with the version it will be moved out of xdist) | ||
hypothesis>=3.0.1 # to target xenial LTS version | ||
numpy>=1.8.2 # from trusty version | ||
|
||
# source access to latest filefinder and rosimport from git ... | ||
-e git+https://github.com/asmodehn/filefinder2.git#egg=filefinder2 | ||
-e git+https://github.com/asmodehn/rosimport.git#egg=rosimport | ||
|
||
# ros dependencies (necessary when running tests from install) | ||
-e git+https://github.com/asmodehn/genmsg.git@setuptools#egg=ros_genmsg | ||
-e git+https://github.com/asmodehn/genpy.git@setuptools-kinetic#egg=ros_genpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters