Skip to content

Commit

Permalink
Merge pull request #98 from okigan/feature/travis-python-versions-update
Browse files Browse the repository at this point in the history
Update travis to use python 2.7,3.6,3.7,3.8
  • Loading branch information
okigan authored Oct 21, 2020
2 parents bb42fa1 + c721645 commit ff3bc04
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
language: python
python:
# - "2.6"
- "2.7"
# - "3.2"
# - "3.3"
# - "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.8-dev"
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down

0 comments on commit ff3bc04

Please sign in to comment.