Skip to content

Commit

Permalink
Experimenting with .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arenius committed Mar 26, 2015
1 parent eab24bf commit f0daff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "3.3"
- "2.7"
before_install:
- pip install pytest pytest-cov
script: py.test
script: tests/ballotapi_tests.py
File renamed without changes.

0 comments on commit f0daff5

Please sign in to comment.