Skip to content

Commit

Permalink
Merge pull request #99 from forslund/feature/travis-python-versions
Browse files Browse the repository at this point in the history
Remove python 2-7 - 3.4 and add 3.6-8 from travis run
forslund authored Mar 27, 2020
2 parents aacd6d6 + 67e2140 commit 2f98c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt

0 comments on commit 2f98c4d

Please sign in to comment.