Duvida basica em python

estou estudando python, mas precisamente pytest
eu criei meu projeto, criei meu ambiente virutal com o pipenv dentro da pasta do projeto, e instalei o pytest com o comando pipenv install pytest, iniciecei meu ambiente virtual com o comando pipenv shell, porém quando vou no atom, e clico com o botao direito e coloco para rodar o test, ele fala que o pytest não esta instalado
o que preciso fazer? eu baixei um plugin para poder rodar os tests em python no atom, eu preciso configurar algo nele?
erro:
An error occured while executing py.test. Check if py.test is installed and is in your path.

resposta do comando: pipenv run pip freeze:
attrs==17.4.0
pluggy==0.6.0
py==1.5.2
pytest==3.4.1
six==1.11.0

ninguem???