Commit 1ffa08b2 authored by Ramón Roche's avatar Ramón Roche
Browse files

improve caching

parent 8ea07f4b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -7,6 +7,7 @@ environment:
cache:
- "c:\\Users\\appveyor\\.pip-wheelhouse"
- "c:\\Python27\\Scripts"
install:
- ps: |
......@@ -27,7 +28,6 @@ install:
- cmd: 'pip install -r requirements.txt -UI'
build_script:
# - cmd: 'nosetests -svx dronekit.test.web'
- cmd: 'nosetests -svx dronekit.test.unit'
- cmd: 'nosetests -svx dronekit.test.sitl'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment