Skip to content

Commit

Permalink
Updated AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Enriquez committed May 11, 2019
1 parent cc3d84a commit a4c5577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ install:

# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""

build: off

test_script:
# Run the project tests
- "%CMD_IN_ENV% python bin/fades -v -r requirements.txt -x nosetests -v -s tests"
- "%CMD_IN_ENV% python bin/fades -v -r requirements.txt -x pytest"

0 comments on commit a4c5577

Please sign in to comment.