Skip to content

Commit

Permalink
fixup! setup.py: Add test dependencies in external file
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Apr 1, 2019
1 parent 3dbcffc commit b35272f
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 @@ -9,7 +9,7 @@ environment:

install:
- '%PYTHON%\Scripts\pip install -e .'
- '%PYTHON%\Scripts\pip install -r requirements-test.txt'
- '%PYTHON%\Scripts\pip install -r requirements-tests.txt'
build: off
test_script:
- '%PYTHON%\Scripts\pytest'

0 comments on commit b35272f

Please sign in to comment.