Skip to content

Commit

Permalink
Added Pipfile.lock to gitignore and set travis config to python 3.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ilcardella committed Oct 19, 2019
1 parent 70f3680 commit 1195972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ ENV/
.pytest_cache
_builds
pid.txt

Pipfile.lock
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
- "3.8-dev"
- "nightly"

install:
- export PIPENV_IGNORE_VIRTUALENVS=1
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ requests = "==2.22.0"
alpha_vantage = "==2.1.0"

[requires]
python_version = "3.7.5rc1"
python_version = "3"

0 comments on commit 1195972

Please sign in to comment.