Skip to content

Commit

Permalink
Merge pull request TheAlgorithms#70 from SylvainDe/master
Browse files Browse the repository at this point in the history
Add most recent Python versions in Travis CI
  • Loading branch information
harshildarji authored Mar 7, 2017
2 parents 1a434dd + 52f71d9 commit 8fe29ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
Expand Down

0 comments on commit 8fe29ff

Please sign in to comment.