Skip to content

Commit

Permalink
add some travis testing options
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseops committed Oct 31, 2016
1 parent b22b58a commit e11cf90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6-dev"
- "pypy"
- "pypy3"

install:
- pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions docs/usage/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ YACT is under active development on `GitHub <https://github.com/jesseops/yact>`_
To install YACT via git, run this in your terminal:

$ git clone git@github.com/jesseops/yact.git
$ cd yact && python setup.py install


Loading Config
Expand Down

0 comments on commit e11cf90

Please sign in to comment.