Skip to content

Commit

Permalink
sudo off for travis to make faster. Pandas versions >= 0.18.0 will no…
Browse files Browse the repository at this point in the history
…t support python2.6
  • Loading branch information
necrolyte2 committed Mar 14, 2016
1 parent 51e7c3a commit fc7deb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: python
python:
- "2.6"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
argparse
future
biopython
pandas
pandas<0.18.0
docopt
schema
pyvcf
Expand Down

0 comments on commit fc7deb3

Please sign in to comment.