Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Use Travis container environment
Browse files Browse the repository at this point in the history
  • Loading branch information
lvillani committed Dec 22, 2014
1 parent 92223bf commit 358777d
Showing 1 changed file 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,3 +1,4 @@
sudo: false
language: python
python:
- "2.6"
Expand All @@ -8,4 +9,4 @@ install:
script:
- py.test --cov positronic
after_success:
- coveralls --verbose
- coveralls --verbose

0 comments on commit 358777d

Please sign in to comment.