We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b8983 commit 749dc2aCopy full SHA for 749dc2a
.travis/run.sh
@@ -2,12 +2,12 @@
2
set -e
3
set -x
4
5
-# 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
6
if [[ $TOXENV = "py35" ]]; then
7
export TOXARGS="--assert=plain"
8
fi
9
10
-# 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
11
if [[ $TOXENV = "py36" ]]; then
12
13
0 commit comments