Skip to content

Commit

Permalink
Get rid of pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
danbradham committed Mar 15, 2019
1 parent 5dd8369 commit 4c61a60
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 399 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"

install:
- "python -m pip install -U pip"
- "pip install --upgrade setuptools"
- "pip install pipenv"
- "pipenv install --dev --skip-lock"
- "pip install -r requirements-dev.txt"

script:
- pipenv run invoke tests
- invoke tests
31 changes: 0 additions & 31 deletions Pipfile

This file was deleted.

Loading

0 comments on commit 4c61a60

Please sign in to comment.