This commit is contained in:
2017-01-22 14:05:45 -05:00
parent e921b6e684
commit fd1ad2ca25
2 changed files with 19 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
# - "pypy" -- appears to hang
# - "pypy3"
# command to install dependencies
install: "make init"
# command to run tests
script:
- make tests
+3 -1
View File
@@ -1,2 +1,4 @@
tests:
pytest test_pipenv.py
pipenv run pytest test_pipenv.py
init:
pip install pipenv