Browse Source

add travis.yml

master
Brett Langdon 12 years ago
parent
commit
b6dd911883
2 changed files with 6 additions and 1 deletions
  1. +6
    -0
      .travis.yml
  2. +0
    -1
      README.md

+ 6
- 0
.travis.yml View File

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
install: "pip install -r test-requirements.txt pytest"
script: "py.test"

+ 0
- 1
README.md View File

@ -22,5 +22,4 @@ make html
## TODO
* Add Docstrings to methods
* Setup Travis CI
* Write a better README.md

Loading…
Cancel
Save