mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
improvements to ci, hopefully
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
test:
|
||||
pipenv run py.test tests
|
||||
init:
|
||||
pipenv install
|
||||
pipenv install --skip-lock
|
||||
publish:
|
||||
python setup.py register
|
||||
python setup.py sdist upload
|
||||
|
||||
@@ -9,6 +9,7 @@ verify_ssl = true
|
||||
psycopg2 = "*"
|
||||
pytest = "*"
|
||||
tablib = "*"
|
||||
SQLAlchemy = "*"
|
||||
sqlalchemy = "*"
|
||||
docopt = "*"
|
||||
"-e ." = "*"
|
||||
|
||||
|
||||
Generated
+8
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "ac6b5b492a300241ae429f2aa29503c99a2094da365b1b419d262ca91eb3b644"
|
||||
"sha256": "1c9373fa5989aeff7b9dd3138b5da98a39e079031d938c79b60f8eb3a7b8b359"
|
||||
},
|
||||
"host-environment-markers": {
|
||||
"implementation_name": "cpython",
|
||||
@@ -126,6 +126,13 @@
|
||||
],
|
||||
"version": "==3.12"
|
||||
},
|
||||
"records": {
|
||||
"hashes": [
|
||||
"sha256:6d060a2b44ecc198d4e86efd5dab8558a2581b4019970bd8839e1604a243f57e",
|
||||
"sha256:238cba35e8efbb724493bbb195bd027d9e78db4a978597969a7af0f722ac3686"
|
||||
],
|
||||
"version": "==0.5.2"
|
||||
},
|
||||
"sqlalchemy": {
|
||||
"hashes": [
|
||||
"sha256:f1191e29e35b6fe1aef7175a09b1707ebb7bd08d0b17cb0feada76c49e5a2d1e"
|
||||
|
||||
Reference in New Issue
Block a user