Skip to content

Commit

Permalink
TASK: Add more python versions to travis config
Browse files Browse the repository at this point in the history
I should test more versions than only 3.5 and 3.6
  • Loading branch information
d-Rickyy-b committed Sep 2, 2019
1 parent 01c8e84 commit 83b371f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,8 +1,10 @@
language: python
sudo: require
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down

0 comments on commit 83b371f

Please sign in to comment.