Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Actually fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Jul 18, 2017
1 parent bd213af commit 3544bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ python:
- '3.4'
- '3.5'
- '3.6'
- 'nightly'

install:
- pip install --user -U pip
- pip install -U pip setuptools pytest

script: 'python setup.py test'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
install_requires=requirements,
extras_require=extras_require,
test_suite='tests',
setup_requires=['pytest-runner'],
tests_require=['pytest', 'pytest-benchmark==3.1.0a2'],
setup_requires=['pytest-runner==2.11.1'],
tests_require=['pytest==3.1.3', 'pytest-benchmark==3.1.0a2'],
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 3544bc0

Please sign in to comment.