Skip to content

Commit

Permalink
♖ Use different python versions in travis ci.
Browse files Browse the repository at this point in the history
Issue: #10
  • Loading branch information
gopinath-langote committed May 4, 2019
1 parent 6d4c2d7 commit b5d1cdd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
dist: xenial # required for Python >= 3.7
language: python
# command to install dependencies
python:
- "2.7"
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
# command to run tests
script:
- pytest -v

0 comments on commit b5d1cdd

Please sign in to comment.