Skip to content

Commit

Permalink
MAINT: fix a couple of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 3, 2015
1 parent f7b8983 commit 749dc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
set -e
set -x

# If we're running under Python 3.5, we can't use anything but --asert=plain
# If we're running under Python 3.5, we can't use anything but --assert=plain
if [[ $TOXENV = "py35" ]]; then
export TOXARGS="--assert=plain"
fi

# If we're running under Python 3.6, we can't use anything but --asert=plain
# If we're running under Python 3.6, we can't use anything but --assert=plain
if [[ $TOXENV = "py36" ]]; then
export TOXARGS="--assert=plain"
fi
Expand Down

0 comments on commit 749dc2a

Please sign in to comment.