Skip to content

Commit

Permalink
Added Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
skral committed Aug 15, 2016
1 parent 42db059 commit 21445a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python

python:
- "2.7"

install:
# Adding tcsh
- "sudo apt-get install tcsh"
# Installing rez
- "python ./install.py ../rez_install"

script:
# Running rez tests
- "../rez_install/bin/rez/rez-selftest"

0 comments on commit 21445a6

Please sign in to comment.