We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7e4aa commit 112bfe2Copy full SHA for 112bfe2
2 files changed
.travis.yml
@@ -9,7 +9,7 @@ install:
9
before_script:
10
- flake8 .
11
script:
12
- - py.test -v -s --cov=crypto --cov-config=.coveragerc --cov-report xml
+ - pytest -v -s --cov=crypto --cov-config=.coveragerc --cov-report xml
13
after_success:
14
- bash <(curl -s https://codecov.io/bash)
15
branches:
Makefile
@@ -1,5 +1,5 @@
1
test:
2
- py.test -v -s $(ARGS)
+ pytest -v -s $(ARGS)
3
4
lint:
5
flake8 .
0 commit comments