mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
Regenerate lock file for 3.6
Maya uses `ruamel.yaml` which needs `ruamel.ordereddict` under 2.7 but does not under 3.x. `ruamel.ordereddict` doesn't build under 3.x. Maya's Pipfile.lock file was created under 2.7 so `ruamel.ordereddict` is listed as a dependency.
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ python:
|
||||
- "3.6"
|
||||
|
||||
# command to install dependencies
|
||||
install: pip install pipenv; pipenv install --dev
|
||||
install: pip install pipenv; pipenv lock; pipenv install --dev
|
||||
# command to run tests
|
||||
script: pipenv run pytest
|
||||
|
||||
Reference in New Issue
Block a user