Skip to content

Commit

Permalink
travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Oct 21, 2015
1 parent c0e0457 commit d8260c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
- "nightly"
# command to install dependencies
install:
- "pip install flake8 pytest ."
# command to run tests
script:
- "py.test tests/"
- "cd snippets && AHEUI=../aheui/aheui.py ./test.sh standard"
sudo: false

0 comments on commit d8260c1

Please sign in to comment.