Skip to content

Commit

Permalink
TASK: Rise minimum python level to 3.5
Browse files Browse the repository at this point in the history
This is needed for the API server. This is subject to change. Maybe there is a better way to handle the API code - maybe an external package.
  • Loading branch information
d-Rickyy-b committed Jan 7, 2019
1 parent 28a082a commit 7b8bae2
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
@@ -1,7 +1,7 @@
language: python
sudo: require
python:
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
Expand Down

0 comments on commit 7b8bae2

Please sign in to comment.