Skip to content

Commit df9dcab

Browse files
authored
Merge pull request abranhe#1 from abranhe/fixes
No tox -e TOX_ENV
2 parents 4bef29b + dd2060c commit df9dcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_script:
1818
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1919
script:
2020
- pip3 install -e .
21-
- tox -e $TOX_ENV
21+
# - tox -e $TOX_ENV
2222
- pip3 uninstall -y allalgorithms
2323
notifications:
2424
email: false

0 commit comments

Comments
 (0)