Adds pytest version to fix travis build errors

pull/547/head
Craig Willis 2019-01-08 12:36:26 -06:00
rodzic 23855fcb08
commit af76f2c1be
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
# update these accordingly
[dev-packages]
pytest="*"
pytest=">=3.6"
wheel="*"
pytest-cov="*"
PyYAML = "*"

Wyświetl plik

@ -1,6 +1,6 @@
# Note that there is also a Pipfile for this project if you are updating this
# file do not forget to update the Pipfile accordingly
pyyaml
pytest
pytest>=3.6
wheel
pytest-cov