Skip to content

Commit

Permalink
Merge pull request #35 from mleinart/test_pypy
Browse files Browse the repository at this point in the history
Test ceres using pypy too
  • Loading branch information
mleinart committed Dec 14, 2015
2 parents 6f8bdb2 + cee80a5 commit 27c6199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
language: python
python:
- 2.7
- "pypy"
install:
- pip install -r test_requirements.txt --use-mirrors
- python setup.py install
script:
- nosetests
#XXX Once flake8 updates its deps to pep8 > 1.6.0, E111 changes number to E114
- flake8 --max-line-length=100 --ignore=E111,E121 ceres.py tests/*.py bin/*

sudo: false

0 comments on commit 27c6199

Please sign in to comment.