summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2018-10-15 13:00:01 +0100
committerGitHub <noreply@github.com>2018-10-15 13:00:01 +0100
commit831052254a039531adc91ebfce945d9ca54fd00a (patch)
treef8dcee4b86d86f71f964575b815f4848fece34f1
parent15913d9457cde95bb0b2c92ee19ff6a8f1321833 (diff)
parent5a0746f7a87a399a36263e57c7c92faa47c34dc7 (diff)
downloadpexpect-831052254a039531adc91ebfce945d9ca54fd00a.tar.gz
Merge pull request #538 from cclauss/patch-2
Travis CI: Insert the missing ':'
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b9b7cd..217c443 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ python:
matrix:
include:
- - python 3.7
+ - python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
allow_failures: