Commit Graph

22 Commits

Author SHA1 Message Date
Hynek Schlawack 55f71b9ec3
Ensure Windows users can install dev versions (#564)
* Ensure Windows users can install dev versions

* Update azure-pipelines.yml

* add forgotten ?
2019-08-19 20:55:46 +02:00
Hynek Schlawack 154b4e5f44 Looks like AP fixed 3.7 2019-06-23 08:33:24 +02:00
Hynek Schlawack a390f6acf4 Skip coverage step if there's no data 2019-06-06 17:06:01 +02:00
Hynek Schlawack 867504ce48
Special case deadsnakes coverage (#542) 2019-06-06 15:33:08 +02:00
Hynek Schlawack 3fb6f72bc3
[wip] 3.5 and 3.7 are broken on AP and Microsoft doesn't care (#541)
* 3.5 and 3.7 are broken on AP and Microsoft DGAF

https://developercommunity.visualstudio.com/content/problem/588219/sqlite3-importerror-python-357-and-373.html

* 3.5 is not in deadsnakes xenial

* Fix output
2019-06-06 12:54:04 +02:00
Hynek Schlawack 1dcf46f518
3.8 can't find coverage 2019-06-04 10:49:35 +02:00
Joshua Oreman a686f74d94 Fix closure cell rewriting on 3.8 (#539)
* Fix closure cell rewriting on 3.8

* Enable py38

* Don't use CodeType.replace() -- it was added in 3.8.0b1, but CI still uses 3.8.0a4
2019-06-04 10:35:05 +02:00
Hynek Schlawack 40d5c90ef6 Use the same version of coverage for combine
3.7's coverage can't find 2.7's coverage data.
2019-06-02 09:27:57 +02:00
Hynek Schlawack 655c6c01e4 Disable 3.8 for now 2019-05-31 20:18:55 +02:00
Hynek Schlawack dc110b0d83 Try 3.8 2019-05-31 19:00:59 +02:00
Hynek Schlawack 4f659d5743
Cleanup whitespace 2019-05-31 17:55:33 +02:00
Hynek Schlawack 3c9522e1d5
Consistency 2019-05-31 17:25:34 +02:00
Hynek Schlawack 1aa617d3a1 Use separate Python for tools in AP 2019-05-31 17:06:58 +02:00
Hynek Schlawack ec7ed498a0
Update azure-pipelines.yml 2019-05-31 12:40:58 +02:00
Hynek Schlawack 79a9db4cae
Give it some air 2019-05-31 12:03:07 +02:00
Hynek Schlawack 2a391355f5
Make separation of AP variables & env variables more obvious 2019-05-31 11:01:26 +02:00
Hynek Schlawack 4e9f971cc6 fix yaml syntax 2019-05-31 10:34:54 +02:00
Hynek Schlawack 3f5a8790de fix double name 2019-05-31 10:33:21 +02:00
Hynek Schlawack d6ca77a3ba Nicer env handling 2019-05-31 10:31:45 +02:00
Hynek Schlawack 0f3d20ee71
Update azure-pipelines.yml 2019-05-31 10:12:11 +02:00
Hynek Schlawack 338364715d
Add pypy to Azure Pipelines (#529) 2019-05-08 17:18:22 -04:00
Hynek Schlawack 729681b5a8
[WIP] Set up CI with Azure Pipelines (#510)
* Set up CI with Azure Pipelines

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update setup.py

* Update tox.ini

* Update setup.py

* Update azure-pipelines.yml

* Update setup.py

* Update azure-pipelines.yml

* Update azure-pipelines.yml for Azure Pipelines

* Delete .travis.yml

* Update README.rst

* Update azure-pipelines.yml

* Update azure-pipelines.yml
2019-05-08 16:13:55 -04:00