Skip to content

Commit 2ec26fb

Browse files
committed
Don't try to use python3 in Python 2 Travis instances
1 parent a32b691 commit 2ec26fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020

2121
script:
2222
- CFLAGS="-Werror -Wall -Wextra" python setup.py test
23-
- MAXMINDDB_PURE_PYTHON=1 python3 setup.py test
23+
- MAXMINDDB_PURE_PYTHON=1 python setup.py test
2424

2525
notifications:
2626
email:

0 commit comments

Comments
 (0)