Skip to content

Commit

Permalink
Update Python test env: drop 3.3, add 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
graup committed Oct 22, 2019
1 parent 84e8ff5 commit 7c00177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ python:
# - "2.6" Not supported because of missing OrderedDict
- "2.7"
# - "3.2" Not supported because of missing unicode literals
- "3.3"
- "3.4"
- "3.7"
install:
- "pip install -r requirements.txt"
script: python test.py

0 comments on commit 7c00177

Please sign in to comment.