Skip to content

Commit 5063ba7

Browse files
authored
Merge pull request #66 from CJ-Wright/schemas
WIP: schemas
2 parents 5e81a2b + 5df3883 commit 5063ba7

21 files changed

+948
-1011
lines changed

.gitignore

+12-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,15 @@ docs/_build/
5757
target/
5858

5959
# Rever
60-
rever/
60+
rever/
61+
62+
# Auto sphinx docs
63+
docs/collections/grades.rst
64+
docs/collections/assignments.rst
65+
docs/collections/grants.rst
66+
docs/collections/abstracts.rst
67+
docs/collections/blog.rst
68+
docs/collections/people.rst
69+
docs/collections/projects.rst
70+
docs/collections/proposals.rst
71+
docs/collections/students.rst

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ install:
2020
- conda update conda
2121

2222
# Install dependencies
23-
- conda install python
23+
- conda create -n test --file requirements/run.txt
24+
- source activate test
2425
- python setup.py install
2526

2627
script:
2728
- set -e
29+
- conda install --file requirements/test.txt
30+
- pytest -vvs .
2831
- # Command to build your docs
2932
- pip install doctr
3033
- conda install --file requirements/doc.txt

docs/collections/abstracts.rst

-82
This file was deleted.

docs/collections/assignments.rst

-50
This file was deleted.

docs/collections/blank.rst

-21
This file was deleted.

docs/collections/blog.rst

-47
This file was deleted.

docs/collections/grades.rst

-39
This file was deleted.

docs/collections/grants.rst

-93
This file was deleted.

0 commit comments

Comments
 (0)