Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 24, 2018
1 parent 2f5cf82 commit d86fdc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: python
cache: pip
python:
- '2.7'
install:
- pip install .
script:
- cd content && cyrax

0 comments on commit d86fdc9

Please sign in to comment.