Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Dec 3, 2013
1 parent 7ed4d44 commit 4781ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python:
- "2.7"
install: "pip install cyrax PyYAML"
install: "sudo apt-get install python-yaml python-jinja2 python-smartypants && pip install cyrax"
script: "cyrax"

0 comments on commit 4781ce1

Please sign in to comment.