Skip to content

Commit

Permalink
Drop outdated 3.x Python support, run tests against newer Python vers…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
NoiSek committed Aug 24, 2020
1 parent d9cd1c8 commit 5bd29c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- "pip install -r requirements-dev.txt"
script:
Expand Down

0 comments on commit 5bd29c3

Please sign in to comment.