Skip to content

Commit

Permalink
[qacode] fix for qautils CI
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Jun 24, 2018
1 parent 1b80d11 commit 7dc7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ install:
# about it being out of date.
- "python -m pip install wheel"
- "python -m pip install --pre -U tox"
- "pip install qautils"
- "python setup.py clean"
- "python setup.py build"
- "pip install qautils"

test_script:
- "tox -e %TOXENV%,flake8"
Expand Down

0 comments on commit 7dc7090

Please sign in to comment.