Skip to content

Commit

Permalink
Merge da7b84d into fb86167
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Jun 26, 2019
2 parents fb86167 + da7b84d commit 9f85e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -66,8 +66,11 @@ install:
# Build & install wheel.
- python setup.py bdist_wheel
- pip install --no-deps dist/PsychoPy-*.whl
- pip uninstall --yes psychopy

# Test entry point.
- psychopy --version

- pip uninstall --yes psychopy
- rm -rf build/ dist/

before_script:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -48,8 +48,8 @@ install_requires =
pyserial
pyyaml
gevent
msgpack
msgpack-numpy
msgpack-python
psutil
tables
pyzmq
Expand Down

0 comments on commit 9f85e25

Please sign in to comment.