Skip to content

Commit

Permalink
Travis: obsolete Python 3.3, add 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas committed Sep 19, 2019
1 parent dcc1397 commit 4c6ec38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- if test $TRAVIS_PYTHON_VERSION = 3.6; then pip install -q pylint; fi
- ln -s /bin/sed ~/bin/gsed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ In those examples the sed script was informed as an argument using the `-e` opti

$ ./test/run

**Automation:** For every new pushed commit, Travis CI runs the code linter and all the tests. The tests are checked in multiple Python versions, from 2.7 to 3.6. See [.travis.yml](.travis.yml).
**Automation:** For every new pushed commit, Travis CI runs the code linter and all the tests. The tests are checked in multiple Python versions, from 2.7 to 3.7. See [.travis.yml](.travis.yml).

## New version release checklist

Expand Down

0 comments on commit 4c6ec38

Please sign in to comment.