Skip to content

Commit

Permalink
fix duplicate failure section
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Apr 28, 2020
1 parent dd38665 commit 2d53c3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
23 changes: 7 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ matrix:
# Don't wait for allowed failures
fast_finish: true

allow_failures:
# The astropy 2 test is failing due to obscure tox configuration problems,
# not due to actual problems with the code.
- os: linux
python: 3.6
name: Legacy Astropy 2 test
stage: Comprehensive tests
env: TOXENV=astropy20

include:

# Try MacOS X, usually enough only to run from cron as hardly there are
Expand Down Expand Up @@ -143,13 +134,13 @@ matrix:
env: TOXENV=astropy20

allow_failures:
# Do a PEP8 test with flake8
# (do allow to fail unless your code completely compliant)
# - os: linux
# python: 3.8
# name: Code style checks
# stage: Initial tests
# env: TOXENV=codestyle
# The astropy 2 test is failing due to obscure tox configuration problems,
# not due to actual problems with the code.
- os: linux
python: 3.6
name: Legacy Astropy 2 test
stage: Comprehensive tests
env: TOXENV=astropy20

install:

Expand Down
4 changes: 3 additions & 1 deletion docs/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TODO
====

* Increase test coverage.
* Finish documentation of :mod:`~pydl.photoop.window`.
* :mod:`pydl.pydlutils.mangle` needs more work.

- Area (solid angle) calculation.
Expand All @@ -12,4 +13,5 @@ TODO

* Check ``groupdim``, ``groupsize`` in :func:`~pydl.pydlutils.math.djs_reject`.
Make sure integer division works.
* Document :class:`~pydl.pydlutils.bspline.bspline`.
* Document :class:`~pydl.pydlutils.bspline.bspline`, and incorporate changes
suggested by the pypit team.

0 comments on commit 2d53c3e

Please sign in to comment.