Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#60: Migration from Travis CI to Github CI - try to correct tests on …
Browse files Browse the repository at this point in the history
…Github CI

```
python3 -u -m unittest discover -s ./test
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'bdist_wheel'
```
  • Loading branch information
blackandred committed Nov 25, 2020
1 parent 72c7bc0 commit 7c45dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subpackages/rkd_python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
twine >= 3.1.1, < 4
pbr >= 5.4.5, < 6
wheel >= 0.34, < 1

0 comments on commit 7c45dfd

Please sign in to comment.