Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Dec 9, 2015
1 parent dc747e5 commit 7fd28aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: trusty
language: generic
language: python
python:
- "2.7"
- "3.4"
Expand All @@ -12,10 +12,10 @@ before_install:
- sudo apt-get install -qq hgsubversion
- sudo apt-get install -qq cython
- sudo apt-get install -qq cython3
- sudo apt-get install -qq numpy
install:
- hg clone https://bitbucket.org/anantha_ani/ezdxf-mozman
- sudo pip install -e ezdxf-mozman
- sudo pip install --upgrade numpy
- pip install -r requires.txt
- pip install coveralls
script:
Expand Down

0 comments on commit 7fd28aa

Please sign in to comment.