Skip to content

Commit

Permalink
Merge pull request #249 from jdufresne/quote-versions
Browse files Browse the repository at this point in the history
Quote all version strings in Travis CI configuration
  • Loading branch information
thet committed Feb 8, 2018
2 parents 10088b3 + a33a357 commit 6eff2b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
cache: pip
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
install:
- pip install tox
script:
Expand Down

0 comments on commit 6eff2b0

Please sign in to comment.