Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Nov 10, 2018
1 parent 4d92d5f commit f047873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
PATH="$root/cp37-cp37m/bin:$PATH"
export PATH
pip install -r requirements-tests.txt
tox -e py27 -e py34 -e py35 -e py36
tox -e py27 -e py34 -e py35 -e py36 --installpkg ./wheelhouse/*.whl
# FIXME This only test one of the two 27s.
- deploy:
Expand Down

0 comments on commit f047873

Please sign in to comment.