summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 12:19:22 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 12:19:22 +0200
commit2e07440a40030b95f07fe05b2f3a00d9732e0a89 (patch)
treef2bcb66904d4e3c98989d70ba83033fddd4e457c
parentbf66e6f3108e5181ebf35e44daa613a2cd3ef242 (diff)
downloadrsa-git-2e07440a40030b95f07fe05b2f3a00d9732e0a89.tar.gz
Typo in `.travis.yml`
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c9de6d2..a3d5720 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ install:
- pipenv install --dev --ignore-pipfile
script:
- - pipenv run py.test tox
+ - pipenv run tox
after_success:
- pipenv run coveralls