Skip to content

Commit

Permalink
Run 'pytest' instead of 'py.test'
Browse files Browse the repository at this point in the history
py.test is the name of the old command, which is going to be dismissed soon
  • Loading branch information
arcimboldo committed Feb 27, 2017
1 parent dc79607 commit 41039eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,4 @@ install:
- "pip install --upgrade setuptools pip"
- "pip install 'pytest>=3.0.6' mock"
- "pip install -e .[openstack,ec2,daemon]"
script: py.test -v
script: pytest -v

0 comments on commit 41039eb

Please sign in to comment.