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 bc4c4eb commit 51e28a6Copy full SHA for 51e28a6
.travis.yml
@@ -11,7 +11,7 @@ install:
11
12
13
script:
14
- - python setup.py test
+ - python -m pytest tests
15
- python setup.py check -rm
16
- if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
17
python setup.py check -s;
0 commit comments