Skip to content

Commit

Permalink
Merge pull request #398 from StingraySoftware/accept_events_for_perio…
Browse files Browse the repository at this point in the history
…dograms

Accept Event Lists for periodograms
  • Loading branch information
matteobachetti authored Jun 3, 2020
2 parents 8147bc6 + 133c33d commit 870f122
Show file tree
Hide file tree
Showing 7 changed files with 518 additions and 100 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ addons:
packages:
- graphviz

# Only build master and tags, besides pull requests.
branches:
only:
- master
- /v[0-9]+\.[0-9]+\.[0-9]+(-.*)?$/


stages:
# Do the style check and a single test job, don't proceed if it fails
Expand Down Expand Up @@ -76,7 +82,7 @@ matrix:
- os: linux
python: 3.8
name: Documentation build
stage: Comprehensive tests
stage: Initial tests
env: TOXENV=build_docs

# Now all dependencies with the latest Python
Expand Down Expand Up @@ -156,7 +162,7 @@ matrix:
name: Python 3.8 with developer version of astropy
stage: Comprehensive tests
env: TOXENV=py38-test-devdeps

# Add a job that runs from cron only and tests against astropy dev and
# numpy dev to give a change for early discovery of issues and feedback
# for both developer teams.
Expand Down
Loading

0 comments on commit 870f122

Please sign in to comment.