Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify the travis script #21

Merged
merged 1 commit into from Jan 6, 2021
Merged

Simplify the travis script #21

merged 1 commit into from Jan 6, 2021

Conversation

alxy
Copy link
Contributor

@alxy alxy commented Jan 6, 2021

  • Use the travis python environments (that is much faster)
  • Include additional python versions (3.x)
  • Remove unnecessary artifacts

I have tested the travis script on my own fork. It should be working.

This fixes #17

* Use the travis python environments (taht is much faster)
* Include additional python versions (3.x)
* Remove unnecessary artifacts
@codecov
Copy link

codecov bot commented Jan 6, 2021

Codecov Report

Merging #21 (1ab21aa) into master (7337b3b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   81.09%   81.09%           
=======================================
  Files          13       13           
  Lines         603      603           
=======================================
  Hits          489      489           
  Misses        114      114           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7337b3b...1ab21aa. Read the comment docs.

@erwanp
Copy link
Owner

erwanp commented Jan 6, 2021

Well done, thank you for improving the project !

@erwanp erwanp merged commit 75e5450 into erwanp:master Jan 6, 2021
@erwanp
Copy link
Owner

erwanp commented Jan 29, 2021

It seems that the Travis-CI didn't run in the PR #23 . Any idea ?

Edit : eventually it did, only a few hours later !

@erwanp erwanp added this to the 0.3.4 milestone Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest for Python 3.6 uses Python 3.8
2 participants