nficano commited on
Commit
078a56c
·
1 Parent(s): 189d13c

fixed pipenv

Browse files
Files changed (1) hide show
  1. Pipfile +1 -1
Pipfile CHANGED
@@ -16,7 +16,7 @@ coveralls = "*"
16
  "flake8" = "*"
17
  mock = "*"
18
  pre-commit = "*"
19
- pytest = "*"
20
  pytest-cov = "*"
21
  pytest-mock = "*"
22
  sphinx = "*"
 
16
  "flake8" = "*"
17
  mock = "*"
18
  pre-commit = "*"
19
+ pytest = "3.2.5"
20
  pytest-cov = "*"
21
  pytest-mock = "*"
22
  sphinx = "*"