Skip to content

Commit

Permalink
fix the build for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 17, 2018
1 parent a6ad158 commit 2b26c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -98,7 +98,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
python setup.py unittests -g .*((noenv8)|(LONG)).*
python setup.py unittests -g ".*((noenv8)|(LONG)).*"
- run:
name: wheel
Expand Down

0 comments on commit 2b26c5d

Please sign in to comment.