Skip to content

Commit 87935ee

Browse files
Travis yaml
1 parent 49c192c commit 87935ee

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "3.5"
4+
- "3.6"
5+
install:
6+
- python setup.py install
7+
script:
8+
- python ./sectionproperties/tests/tests/test_rectangle.py

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# sectionproperties
2+
[![Documentation Status](https://readthedocs.org/projects/sectionproperties/badge/?version=latest)](https://sectionproperties.readthedocs.io/en/latest/?badge=latest)
3+
4+
25
a python package for the analysis of arbitrary cross-sections using the finite element method written by Robbie van Leeuwen. *sectionproperties* can be used to determine section properties to be used in structural design and visualise cross-sectional stresses resulting from combinations of applied forces and bending moments.
36

47
## Installation:

todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[ ] - Travis CI
2-
[ ] - Address todos
2+
[ ] - Address #TODOs
33
[ ] - confirm setup.py
44
[ ] - release on github

0 commit comments

Comments
 (0)