Skip to content

Commit

Permalink
fix-#1851: correct step name (#1852)
Browse files Browse the repository at this point in the history
* fix-#1851: correct step name

* fix-#1851: correct step name elsewhere as well

Co-authored-by: Adam Hopkins <[email protected]>
  • Loading branch information
DavidBord and ahopkins authored Jun 28, 2020
1 parent cf9ccda commit 83511a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ matrix:
name: "Python nightly with Extensions"
- env: TOX_ENV=pyNightly-no-ext
python: 'nightly'
name: "Python nightly Extensions"
name: "Python nightly without Extensions"
allow_failures:
- env: TOX_ENV=pyNightly
python: 'nightly'
name: "Python nightly with Extensions"
- env: TOX_ENV=pyNightly-no-ext
python: 'nightly'
name: "Python nightly Extensions"
name: "Python nightly without Extensions"
install:
- pip install -U tox
- pip install codecov
Expand Down

0 comments on commit 83511a0

Please sign in to comment.