Skip to content

Commit

Permalink
Add ply as a dependency for I/O module
Browse files Browse the repository at this point in the history
Remove 3.5 from test matrix for printer errors
  • Loading branch information
sayerhs committed May 27, 2018
1 parent 44e9864 commit f84f427
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ os:

python:
- "2.7"
- "3.5"
- "3.6"

install:
Expand Down
1 change: 1 addition & 0 deletions etc/caelus2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- pandas
- matplotlib
- pyyaml
- ply
- pytz
- jinja2
- pytest
Expand Down
1 change: 1 addition & 0 deletions etc/caelus2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ dependencies:
- pandas
- matplotlib
- pyyaml
- ply
- pytz
- jinja2
1 change: 1 addition & 0 deletions etc/caelus3-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:
- pandas
- matplotlib
- pyyaml
- ply
- pytz
- jinja2
- pytest
Expand Down
1 change: 1 addition & 0 deletions etc/caelus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ dependencies:
- pandas
- matplotlib
- pyyaml
- ply
- pytz
- jinja2
1 change: 1 addition & 0 deletions etc/conda/caelus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requirements:
- numpy
- matplotlib
- pyyaml
- ply
- pytz
- jinja2

Expand Down
1 change: 1 addition & 0 deletions etc/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ scipy
pandas
matplotlib
PyYAML
ply
pytz
Jinja2
#### Additional packages for development
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ matplotlib
PyYAML
pytz
Jinja2
ply
#### Additional packages for development
pytest
pylint
Expand Down

0 comments on commit f84f427

Please sign in to comment.