Skip to content

Commit

Permalink
Fixed broken .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Feb 25, 2020
1 parent 80487f5 commit 8846957
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
language: python

# We need a full clone to make sure setuptools_scm works properly
Expand All @@ -19,10 +20,10 @@ addons:


stages:
# Do the style check and a single test job, don't proceed if it fails
- name: Initial tests
# Test docs, astropy dev, and without optional dependencies
- name: Comprehensive tests
# Do the style check and a single test job, don't proceed if it fails
- name: Initial tests
# Test docs, astropy dev, and without optional dependencies
- name: Comprehensive tests


env:
Expand Down Expand Up @@ -69,13 +70,13 @@ matrix:


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
# 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

install:

Expand Down

0 comments on commit 8846957

Please sign in to comment.