Skip to content

Commit 749dc2a

Browse files
committed
MAINT: fix a couple of typos.
1 parent f7b8983 commit 749dc2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
set -e
33
set -x
44

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

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

0 commit comments

Comments
 (0)