Skip to content

Commit

Permalink
Add a requirements.txt to use with travis.
Browse files Browse the repository at this point in the history
Rename the README so we can put markdown in it
  • Loading branch information
Dwight Hubbard committed Jan 27, 2015
1 parent 229276b commit 4ea9b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ python:
- "3.4"
- "pypy"
install:
- "pip install -r requirements.txt"
- "pip install -r requirements.txt ."
script:
- python tests/command_list_test.py
- python tests/module_test.py
Expand Down

0 comments on commit 4ea9b17

Please sign in to comment.