Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Kupp committed Dec 19, 2019
1 parent ddc880d commit 3033b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
- python: "2.7"
env: NOVALIDATE=0
- python: "3.5"
env: NOVALIDATE=0
- python: "3.6"
- python: "3.7"

Expand All @@ -16,7 +17,7 @@ before_script:
- export PYTHONPATH=$(pwd):$PYTHONPATH;

script:
- '[ -z "$NOVALIDATE" ] && make validate'
- '[ -z "$NOVALIDATE" ] && make validate || echo "skipping validate"'
- pytest --cov ffx

after_success:
Expand Down

0 comments on commit 3033b8f

Please sign in to comment.