Skip to content

Commit

Permalink
Remove pypy test target due to travis breaking it
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Jul 15, 2017
1 parent 63d195c commit f566bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
# - pypy
env:
- INFLUXDB_VERSION=1.2.2
matrix:
Expand All @@ -26,7 +26,6 @@ install:
- python setup.py build_ext --inplace
script:
- nosetests --with-coverage --cover-package=influxgraph
- pip install statsd
- nosetests --with-coverage --cover-package=influxgraph tests/test_influxdb_integration.py
# Test integration with pure Python code
- find influxgraph -type f -name '*.so' -exec rm -f {} +
Expand Down

0 comments on commit f566bed

Please sign in to comment.