Skip to content

Commit

Permalink
added sudo: false
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Jul 20, 2015
1 parent 1527ffe commit 79bb0b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
sudo: false

language: python

python:
- 2.6
- 2.7

before_install:
easy_install Cython
easy_install Cython
pip install progressbar

install: python setup.py install
Expand Down

0 comments on commit 79bb0b5

Please sign in to comment.