Skip to content

Commit

Permalink
Merge pull request #97 from connectitnet/outstanding-issues
Browse files Browse the repository at this point in the history
Fixes for outstanding issues
  • Loading branch information
akoumjian committed Dec 27, 2018
2 parents e648129 + 0de7a48 commit 6602b1f
Show file tree
Hide file tree
Showing 12 changed files with 442 additions and 352 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ venv/
# due to using tox and pytest
.tox
.cache

# IDE
.vscode/
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
language: python
python:
# - "2.6"
- "2.7"
# - "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
- "3.6"

# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true


# command to install dependencies
install: "python setup.py install"
# command to run tests
Expand Down
303 changes: 0 additions & 303 deletions datefinder.py

This file was deleted.

0 comments on commit 6602b1f

Please sign in to comment.