diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-25 21:41:24 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-25 21:41:24 -0500 |
commit | 4020d37dc650541982408e7ac9af98a2e95d7bfb (patch) | |
tree | a2fb7d4fcc86d5cfd562a859df3dafbf6bd9ac34 /.travis.yml | |
parent | 7ba29d5454b55414e105658abbaffa7dd0f16249 (diff) | |
download | cmd2-git-4020d37dc650541982408e7ac9af98a2e95d7bfb.tar.gz |
Fixed a syntax error in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 10ce69b1..69355882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ script: # workaround for https://github.com/travis-ci/travis-ci/issues/4794 matrix: include: - - python 2.6 + - python: 2.6 env: TOXENV=py26 - python: 2.7 env: TOXENV=py27 |