Skip to content

Commit

Permalink
Merge pull request #132 from lavr/py37
Browse files Browse the repository at this point in the history
py37 tests
  • Loading branch information
lavr committed May 26, 2019
2 parents b5a5ea3 + da6bb58 commit 5de0d97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"

script: py.test --cov emails

Expand Down
4 changes: 4 additions & 0 deletions requirements/tests-3.7.txt
@@ -0,0 +1,4 @@
--requirement=base.txt
--requirement=tests-base.txt

django
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -25,3 +25,7 @@ deps =
[testenv:py36]
deps =
-rrequirements/tests-3.6.txt

[testenv:py37]
deps =
-rrequirements/tests-3.7.txt

0 comments on commit 5de0d97

Please sign in to comment.