Skip to content

Commit

Permalink
increase python version in travis to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JannickWeisshaupt committed Apr 23, 2020
1 parent d759fa2 commit ec4e530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- "3.4"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script: pytest
script: pytest

0 comments on commit ec4e530

Please sign in to comment.