Skip to content

Commit

Permalink
Enable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 27, 2018
1 parent be48298 commit e24c32f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ sudo: false

env:
global:
- DEBUG=True
- NUMPY_VERSION=1.13
- ASTROPY_VERSION=stable
- SETUP_CMD='test'
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -19,7 +19,7 @@ environment:

- PYTHON_VERSION: "2.7"
NUMPY_VERSION: "1.13"
ASTROPY_VERSION: "stable"
ASTROPY_VERSION: "lts"

- PYTHON_VERSION: "3.6"
NUMPY_VERSION: "1.13"
Expand All @@ -31,7 +31,7 @@ platform:
install:

# Install Miniconda
- "git clone git://github.com/astropy/ci-helpers.git"
- "git clone --branch pytest-lts git://github.com/astrofrog/ci-helpers.git"
- "powershell ci-helpers/appveyor/install-miniconda.ps1"

# Set path again, need to find a way to avoid doing this again
Expand Down

0 comments on commit e24c32f

Please sign in to comment.