Skip to content

Commit

Permalink
just try
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulqarnain committed Apr 29, 2020
1 parent b219cf1 commit ce855da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- make requirements
- pip install coveralls
script:
- tox -- --hypothesis-profile=ci
- tox -e $TOXENV
after_success:
- coveralls
deploy:
Expand All @@ -27,6 +27,6 @@ deploy:
on:
tags: true
python: "3.5"
condition: "$TOXENV = django111"
condition: "$TOXENV = django22"
distributions: sdist bdist_wheel
repo: edx/opaque-keys

0 comments on commit ce855da

Please sign in to comment.