Skip to content

Commit 8df616f

Browse files
authored
Merge pull request #354 Remove parser
2 parents 525b694 + f4e2bfa commit 8df616f

File tree

5 files changed

+3
-659
lines changed

5 files changed

+3
-659
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ python:
66
- "3.6-dev" # 3.6 development branch
77
- "3.7-dev"
88
install:
9-
- pip install -e git+https://github.com/HTTP-APIs/hydra-python-core#egg=hydra_python_core
10-
- pip install -e .
9+
- pip install -r requirements.txt --no-cache
1110
script: python -m unittest discover
1211
env:
1312
- API_NAME=api PORT=8000

hydrus/parser/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)