1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 00:48:50 +01:00

2 Commits

Author SHA1 Message Date
Yanis Guenane
512cedf826 tox: Dropping py26 testenv
Dropping the tox py26 env as tests are failing with:

```
  prefix = urljoin(prefix, "{}/".format(CUR_API_VERSION))
ValueError: zero length field name in format
```

Current output of running tox:

```
  docs: commands succeeded
  flake8: commands succeeded
  ERROR:   py26: commands failed
  py27: commands succeeded
  py34: commands succeeded
  py35: commands succeeded
  py36: commands succeeded
```

Signed-off-by: Yanis Guenane <yanis@guenane.org>
2018-08-29 14:23:19 +02:00
Evgeni Golov
90e330c8bb add hacking/env-setup to run tower-cli from a checkout
heavily based on hacking/env-setup of ansible itself :)
2016-10-07 14:50:33 +02:00