Skip to content

Commit

Permalink
Merge pull request #6 from Juanlu001/ci-fixes
Browse files Browse the repository at this point in the history
Ci fixes
  • Loading branch information
gilgamezh authored Nov 14, 2017
2 parents bedf14c + 6a37240 commit b2b5732
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ python:
- "3.6"
- "3.6-dev"
- "nightly" # currently points to 3.7-dev

matrix:
allow_failures:
- python: "nightly"

install:
- "pip install --editable .[dev]"
- "pip install python-coveralls"
Expand Down
2 changes: 1 addition & 1 deletion orbit_predictor/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://www.python.org/dev/peps/pep-0440/
__version__ = '1.8.4'
__version__ = '1.8.6.dev0'
2 changes: 1 addition & 1 deletion tests/test_accurate_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_predicted_passes_off_nadir_angle_works(self):
floats(min_value=0, max_value=180),
floats(min_value=-200, max_value=9000)
))
@settings(max_examples=1000000, timeout=300)
@settings(max_examples=1000000, timeout=200)
@example(start=datetime(2017, 1, 26, 11, 51, 51),
location=(-37.69358328273305, 153.96875, 0.0))
def test_pass_is_always_returned(self, start, location):
Expand Down

0 comments on commit b2b5732

Please sign in to comment.