Skip to content

Commit

Permalink
update pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Apr 28, 2016
1 parent 923ef6e commit 8252b61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .moban.d/travis.yml
Expand Up @@ -5,5 +5,4 @@
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then rm tests/test_examples.py; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install lxml==3.4.4; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then rm tests/test_examples.py; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then pip install lxml==3.4.4; fi
{%endblock%}
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,6 @@ before_install:
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then rm tests/test_examples.py; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install lxml==3.4.4; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then rm tests/test_examples.py; fi
- if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then pip install lxml==3.4.4; fi
- pip install -r rnd_requirements.txt
- pip install -r tests/requirements.txt
script:
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
@@ -1,3 +1,2 @@
include README.rst
include CHANGELOG.rst
recursive-exclude examples *

0 comments on commit 8252b61

Please sign in to comment.