Skip to content

Commit

Permalink
Don't build docs or run flake8 on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanunderwood committed Dec 19, 2018
1 parent 9cd62f3 commit 7196aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -71,7 +71,7 @@ build_script:
- "build.cmd python setup.py build"

test_script:
- "build.cmd tox tests"
- "build.cmd tox -e py tests"

after_test:
# If tests are successful, create binary packages for the project.
Expand Down

0 comments on commit 7196aa1

Please sign in to comment.